300800: CF153A. A + B
Memory Limit:256 MB
Time Limit:2 S
Judge Style:Text Compare
Creator:
Submit:0
Solved:0
Description
A. A + Btime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard output
You are given two integers A and B. Calculate their sum and output it without leading zeros.
InputTwo lines of input data contain integers A and B (1 ≤ A, B ≤ 105).
OutputOutput A + B without leading zeros.
ExamplesInput12Output
3
15Input
100Output
5
105Note
The code provided in the post about the round doesn't solve the task.