Toggle navigation
Home
Problems
Status
Ranklist
Contests
OSC
FAQ
[Sign In]
[Sign Up]
A+B Problem
Time Limit
1s
Memory Limit
32768KB
Judge Program
Standard
Ratio(Solve/Submit)
36.54%(
2078
/
5687
)
Description:
Calculate
A + B.
Input:
Only line contains two integers
A
and
B
.
Output:
Output
A + B
in one line.
Sample Input:
1 1
Sample Output:
2
Submit
Compiler
C
C++
Java
Python2
Python3
Use advanced editor
Code