A + B problem!


Submit solution

Points: 100 (partial)
Time limit: 1.0s
Memory limit: 640M

Author:
Problem type

來到這裡,最基本的想必就是A+B problem了吧XD

Input : 輸入只有一行,包括兩個數字\(A, B\)

Output : 輸出\(A+B\)的值

HINT : \(0 \leq A,B \leq 10^{1000000}\)

Sample input

1 2

Sample output

3

Comments

There are no comments at the moment.