#120. a+b
a+b
Description
给你两个整数,求两个整数之和。
Input Format
一行,两个整数a,b。
Output Format
一行,a+b的值
Sample
input
5 7
output
12
给你两个整数,求两个整数之和。
一行,两个整数a,b。
一行,a+b的值
input
5 7
output
12
By signing up a code-fans universal account, you can submit code and join discussions in all online judging services provided by us.