30001339 - 【03】两个整数的和
Time Limit : 1 秒
Memory Limit : 128 MB
输入两个整数a和b,输出两个整数的和。
Input
输入两个整数a和b,用空格隔开。
Output
输出两个数的和。
Examples
Input
2 3
Output
5