Problem B: 求和

Problem B: 求和

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

创建两个整数(int)变量,a和b,输入(cin >> )a和b的值,最后输出(cout <<)a+b的结果

Sample Input Copy

5 7

Sample Output Copy

12