Preparando MOJI

A+B

2000ms 65536K

Description:

Bijan is new to programming. He learned recently that programmers do not code every bit of their apps from scratch.

For example they never write a code to sum two integers, because their languages have the ability to do the sum. But can they use it? Can an experienced coder who has attended more than 100 contests, sum two integers?

Bijan is not sure about this. What's your opinion?

Input:

You are given two integers a and b, one per line (1 ≤ a, b < 10500). These numbers will not have any leading zeros.

Output:

Write sum of the two integers. Do not put any leading zeros.

Sample Input:

2
3

Sample Output:

5

Sample Input:

1390
2011

Sample Output:

3401

Sample Input:

12345
54321

Sample Output:

66666

Informação

Codeforces

Provedor Codeforces

Código CF100C

Tags

*specialimplementation

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:32:04

Relacionados

Nada ainda