csea2020pb001 Add two numbers
Submit solution
C
Points:
10
Time limit:
2.0s
Memory limit:
12M
Authors:
Problem type
Allowed languages
Problem Definition
Write a program that finds the sum of two integers
Input Format
Each integer must be given on a separate line.
Output Format
The sum alone must be printed.
Sample Input
5
6
Sample Output
11
Comments