Toggle navigation
Home
Problems
Status
Ranklist
Contests
OSC
FAQ
[Sign In]
[Sign Up]
基本输入输出(三)
Time Limit
1s
Memory Limit
32768KB
Judge Program
Standard
Ratio(Solve/Submit)
75.53%(
565
/
748
)
Description:
计算A+B。
Input:
输入有多组数据。每组数据一行,包含两个整数A和B,A,B>0。输入以0 0结束,这组数据不该被计算。
Output:
对于每组数据输出其对应的结果。
一个结果一行。
Sample Input:
1 1 0 0
Sample Output:
2
Source:
基本输入输出
Submit
Compiler
C
C++
Java
Python2
Python3
Use advanced editor
Code