#1. A+B Problem
A+B Problem
题目描述
给你两个整数,求两个整数之和。
输入格式
一行,两个整数。
输出格式
一行,的值
样例
5 7
12
10 12
22
Related
In following contests:
In following homework:
给你两个整数,求两个整数之和。
一行,两个整数a,b。
一行,a+b的值
5 7
12
10 12
22
In following contests:
In following homework:
By signing up a HGNUOJ universal account, you can submit code and join discussions in all online judging services provided by us.