TopCoder

User's AC Ratio

NaN% (0/0)

Submission's AC Ratio

NaN% (0/0)

Tags

Description

Given two number a and b, calculate the value of a+b.

Input Format

There may be several test cases, each line of input contains two numbers a and b, the line with two zeros indicates end of input.

Output Format

each answer in a line.

Sample Input 1

1 1
2 2
0 0

Sample Output 1

2
4

Hints

This problem isn't so easy.

Problem Source

Migrated from old NTUJ.

DE

Subtasks

No. Testdata Range Score

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Output Limit (KiB) Subtasks
0 10000 65536 200