Sum
Limits: 2 sec., 256 MiB
This statement was translated automatically from Ukrainian.
Calculate the sum of two non-negative integers.
Input
Two integers \(a\) and \(b\) written on the same line.
Output
Print the sum \(a+b\).
Constraints
\(0 \le a, b < 10^{111111}\).
Samples
| Input (stdin) | Output (stdout) |
|---|---|
| 700000000000001 600000000000001 | 1300000000000002 |
Source: LNU United Contest 2
Submit a solution
| Element Type | Created | Who | Problem | Compiler | Result | Time (sec.) | Memory (MiB) | # | Actions |
|---|
| Element Type | Created | Who | Problem | Compiler | Result | Time (sec.) | Memory (MiB) | # | Actions |
|---|