sgu100

maksyuki 发表于 oj 分类,标签:
0
  1. A+B

Read integers A and B from input file and write their sum in output file.

Input

Input file contains A and B (0<A,B<10001).

Output

Write answer in output file.

Sample Input

5 3

Sample Output

8

算法分析:直接相加即可