Preparando MOJI

A + B

2000ms 262144K

Description:

You are given two integers A and B. Calculate their sum and output it without leading zeros.

Input:

Two lines of input data contain integers A and B (1 ≤ A, B ≤ 105).

Output:

Output A + B without leading zeros.

Sample Input:

12
3

Sample Output:

15

Sample Input:

100
5

Sample Output:

105

Note:

The code provided in the post about the round doesn't solve the task.

Informação

Codeforces

Provedor Codeforces

Código CF153A

Tags

*special

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:34:42

Relacionados

Nada ainda