302155: CF409H. A + B Strikes Back
Memory Limit:256 MB
Time Limit:1 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
A + B Strikes Back
题意翻译
输入 $A$ 和 $B$ ($A,B\leq10^3$),输出它们的和。题目描述
A + B is often used as an example of the easiest problem possible to show some contest platform. However, some scientists have observed that sometimes this problem is not so easy to get accepted. Want to try?输入输出格式
输入格式
The input contains two integers $ a $ and $ b $ ( $ 0<=a,b<=10^{3} $ ), separated by a single space.
输出格式
Output the sum of the given integers.
输入输出样例
输入样例 #1
5 14
输出样例 #1
19
输入样例 #2
381 492
输出样例 #2
873