A+B问题Ⅱ
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
输入两个整数,求出它们的和。
格式
输出
第一行,输入两个整数,空格隔开。
输出
一个整数,表示a+b的和
示例
123 500
623
数据规模与约定
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
输入两个整数,求出它们的和。
第一行,输入两个整数,空格隔开。
一个整数,表示a+b的和
123 500
623
1<=a,b<=1018
By signing up a XYOJ universal account, you can submit code and join discussions in all online judging services provided by us.