1027: a+b问题

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:31 Solved:23

Description

一行输入两个整数,要求输出它们的和

Input

5 6

Output

11

Sample Input Copy

10 20

Sample Output Copy

30

HINT

同一行输入可以用  a,b=input().split()输入