当前位置:网站首页>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
边栏推荐
- 对比学习论文——[MoCo,CVPR2020]Momentum Contrast for Unsupervised Visual Representation Learning
- Shansi Valley P290 polymorphism exercise
- Paper on LDCT image reconstruction: edge enhancement based transformer for medical image denoising
- Fundamentals of in-depth learning -- a simple understanding of meta learning (from Li Hongyi's course notes)
- Latex快速入门
- The problem that the page will refresh automatically after clicking the submit button on the form is solved
- 如何利用对比学习做无监督——[CVPR22]Deraining&[ECCV20]Image Translation
- 图像恢复论文——[RED-Net, NIPS16]Image Restoration Using Very Deep Convolutional Encoder-Decoder Networks wi
- Treatment of tensorflow sequelae - simple example record torch utils. data. dataset. Picture dimension problem when rewriting dataset
- sklearn之 Gaussian Processes
猜你喜欢
Anaconda installed pyqt5 and pyqt5 tools without designer Exe problem solving
Pytorch learning record (V): back propagation + gradient based optimizer (SGD, adagrad, rmsporp, Adam)
The bottom implementation principle of thread - static agent mode
Class loading and classloader understanding
自動控制(韓敏版)
Font shape `OMX/cmex/m/n‘ in size <10.53937> not available (Font) size <10.95> substituted.
Programming record - picture rotation function SciPy ndimage. Simple use and effect observation of rotate()
RPC must know and know
PyQt5学习(一):布局管理+信号和槽关联+菜单栏与工具栏+打包资源包
Pytorch learning record (XII): learning rate attenuation + regularization
随机推荐
开发环境 EAS登录 license 许可修改
Graphic numpy array matrix
Gaussian processes of sklearn
lambda expressions
Pyqy5 learning (III): qlineedit + qtextedit
Latex quick start
Conda 虚拟环境管理(创建、删除、克隆、重命名、导出和导入)
Anaconda installed pyqt5 and pyqt5 tools without designer Exe problem solving
Pytorch learning record (7): skills in processing data and training models
编写一个自己的 RedisTemplate
Ptorch learning record (XIII): recurrent neural network
Pytorch learning record (XI): data enhancement, torchvision Explanation of various functions of transforms
Algèbre linéaire chapitre 2 - matrice et son fonctionnement
Exception handling: grab and throw model
How to grow at work
DBCP usage
Pytorch学习记录(三):神经网络的结构+使用Sequential、Module定义模型
Remedy after postfix becomes a spam transit station
Pytorch学习记录(十三):循环神经网络((Recurrent Neural Network)
Pytorch学习记录(十二):学习率衰减+正则化