Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem1515--1000: A+B Problem
1515: 1000: A+B Problem
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
1
Solved:
1
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
Calculate a+b
Input
Two integer a,b (0<=a,b<=10)
Output
Output a+b
Sample Input
Copy
1 2
Sample Output
Copy
3
Source/Category
74