Submit | All submissions | Best solutions | Back to list |
Problem hidden on 2020-09-22 17:30:48 by
ADDTWO - Addition |
(Designed by Kiron)
Add two integers together and output the result.
Input
Two integers on separate lines
Output
A single integer
Example
Input: 1
2 Output: 3
Added by: | kroin |
Date: | 2020-07-25 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | PYTHON3 |