#P1001. A+B 问题
A+B 问题
题目描述
输入两个正整数 and ,输出它们的和。
输入输出格式
输入格式
一共两行,第一行为正整数 .
第二行为正整数 .
.
输出格式
一行一个整数,为这两个数的和。
测试样例
123
500
623
Related
In following contests:
输入两个正整数 x and y,输出它们的和。
一共两行,第一行为正整数 x.
第二行为正整数 y.
0≤x,y≤32767 .
一行一个整数,为这两个数的和。
123
500
623
In following contests:
By signing up a SZOJ universal account, you can submit code and join discussions in all online judging services provided by us.