641 - I2P2014_Yang_Lab_6 Scoreboard

Time

2014/11/06 13:40:00 2014/11/06 15:10:00

Clarification

# Problem Asker Description Reply Replier Reply Time For all team

# Problem Pass Rate (passed user / total user)
10235 Lab_6

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.

Sample Input  Download

Sample Output  Download

Tags




Discuss