3257.A + B Strikes Back

Time Limit: 1s Memory Limit: 256MB

A + B is often used as an example of the easiest problem possible to show some contest platform. However, some scientists have observed that sometimes this problem is not so easy to get accepted. Want to try?

Input Format(From the terminal/stdin)

The input contains two integers a and b (0 \le a,b \le 103), separated by a single space.

Output Format(To the terminal/stdout)

Output the sum of the given integers.

Sample Input 1

Copy
5 14
 ·  \n

Sample Output 1

Copy
19
  \n

Sample Input 2

Copy
381 492
   ·   \n

Sample Output 2

Copy
873
   \n

Submit

请先 登录

© 2025 FAQs