| # | Problem | Pass Rate (passed user / total user) |
|---|---|---|
| 10235 | Lab_6 |
|
Description
Calculate the addition of big numbers.
The ASCII code of digits
|
character |
ASCII code (in decimal) |
|
character |
ASCII code (in decimal) |
|
0 |
048 |
5 |
053 |
|
|
1 |
049 |
6 |
054 |
|
|
2 |
050 |
7 |
055 |
|
|
3 |
051 |
8 |
056 |
|
|
4 |
052 |
9 |
057 |
Input
The form of input is {A + B}.
There is a blank space between A and '+' as well as between '+' and B.
A new line character at the end of input.
0<=A, B<=10100
Output
The result of calculation.
No new line character at the end.