[acm.sgu.ru]100. A+B

来源:互联网 发布:防火墙不允许访问网络 编辑:程序博客网 时间:2024/04/27 09:48

http://acm.sgu.ru/problem.php?contest=0&problem=100

100. A+B

time limit per test: 0.25 sec.
memory limit per test: 65536 KB

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

思考:

这个题基本上是让大家熟悉这个OJ的使用方法,不做过多解释

CODE:


0 0
原创粉丝点击