当前位置:网站首页>1. Calculate a + B
1. Calculate a + B
2022-04-23 06:08:00 【linsa_ pursuer】
import java.util.*;
public class Main{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
while(scan.hasNextInt()){
System.out.println(scan.nextInt()+scan.nextInt());
}
}
}
Such as :
Input :1 2
Output :3
版权声明
本文为[linsa_ pursuer]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220533260002.html
边栏推荐
- Anaconda安装PyQt5 和 pyqt5-tools后没有出现designer.exe的问题解决
- DBCP usage
- Pytorch notes - get familiar with the network construction method by building RESNET (complete code)
- 在Jupyter notebook中用matplotlib.pyplot出现服务器挂掉、崩溃的问题
- Linear algebra Chapter 2 - matrices and their operations
- The user name and password of users in the domain accessing the samba server outside the domain are wrong
- Pytorch学习记录(十一):数据增强、torchvision.transforms各函数讲解
- Reading of denoising paper - [ridnet, iccv19] real image denoising with feature attention
- Pyqt5 learning (I): Layout Management + signal and slot association + menu bar and toolbar + packaging resource package
- Pytorch introduction notes - use a simple example to observe the output size of each layer of forward propagation
猜你喜欢
線性代數第一章-行列式
解决报错:ImportError: IProgress not found. Please update jupyter and ipywidgets
Multithreading and high concurrency (3) -- synchronized principle
Pytorch学习记录(七):处理数据和训练模型的技巧
Paper on Image Restoration - [red net, nips16] image restoration using very deep revolutionary encoder decoder networks wi
Multithreading and high concurrency (2) -- detailed explanation of synchronized usage
RPC must know and know
IO multiplexing of 09 redis
Configure domestic image accelerator for yarn
Contrôle automatique (version Han min)
随机推荐
Explain of MySQL optimization
自動控制(韓敏版)
Pytorch——数据加载和处理
Rsync for file server backup
如何利用对比学习做无监督——[CVPR22]Deraining&[ECCV20]Image Translation
Pytorch learning record (III): structure of neural network + using sequential and module to define the model
数字图像处理基础(冈萨雷斯)二:灰度变换与空间滤波
Preparedstatement prevents SQL injection
Pytorch introduction notes - use a simple example to observe the output size of each layer of forward propagation
2. Devops sonar installation
Gaussian processes of sklearn
自动控制(韩敏版)
PyTorch笔记——实现线性回归完整代码&手动或自动计算梯度代码对比
常用编程记录——parser = argparse.ArgumentParser()
A general U-shaped transformer for image restoration
解决报错:ImportError: IProgress not found. Please update jupyter and ipywidgets
在Jupyter notebook中用matplotlib.pyplot出现服务器挂掉、崩溃的问题
Pytorch學習記錄(十三):循環神經網絡((Recurrent Neural Network)
Why does the subscript of the array start from 0 instead of 1?
PyQy5学习(四):QAbstractButton+QRadioButton+QCheckBox