Given two integers, print their sum.
Input
A single line with two integers and .
Output
A single integer - the value of .
Example
Input
2 3
Output
5
| Time Limit | Memory | Input | Output |
|---|---|---|---|
| 0.1 s | 256 MB | stdin | stdout |
This task is provided to practice reading input and writing output. Aim for a clean, single pass.
Given two integers, print their sum.
A single line with two integers and .
A single integer - the value of .
2 3
5
Sign in to submit your solution and track your progress.
Sign in to submit