1454: 蓝桥T310算法训练 A+B problem
Memory Limit:512 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
Given two integers A and B, your task is to output their sum, A+B.
Input
输入描述:
The input contains of only one line, consisting of two integers A and B. (0 ≤ A,B ≤ 1 000)
输入样例:
1 1
The input contains of only one line, consisting of two integers A and B. (0 ≤ A,B ≤ 1 000)
输入样例:
1 1
Output
输出描述:
The output should contain only one number that is A+B.
输出样例:
2
HINT
HINT:时间限制:1.0s 内存限制:1.0GB