Category

Similar Problems

0700. Test

Time limit : 1000 ms
Memory limit : 64 mb

Given two natural numbers (both not greater than 1000), each number given in separate lines, please print the sum of them.

Example(s)

Input

Output

1

4 9

13

 

Tayyorladi: Azat Yusupov