TopCoder

Caido
看 MyGO 看的

User's AC Ratio

96.9% (94/97)

Submission's AC Ratio

52.7% (176/334)

Tags

Description

本題非常簡單,給你一個$A,B$,請輸出相加後的結果。

Input Format

本題有兩行輸入,第一行輸入$A (1 \leq A \leq 2147483647)$ 代表題述的$A$。

第二行輸入$B (1 \leq B \leq 2147483647)$ 代表題述中的$B$。

Output Format

請輸出相加後的結果。

Sample Input 1

1
2

Sample Output 1

3

Hints

請注意範圍! .W.

Problem Source

Subtasks

No. Testdata Range Score
1 0 50
2 1 50

Testdata and Limits

No. Time Limit (ms) Memory Limit (VSS, KiB) Memory Limit (RSS, KiB) Output Limit (KiB) Subtasks
0 1000 250000 250000 65536 1
1 1000 250000 250000 65536 2