Sum of two integers


Submit solution

Points: 10 (partial)
Time limit: 1.5s
Memory limit: 64M

Author:
Problem type
Allowed languages
C

Problem statement

Write a program to add two integers.


Sample input

10 20

Sample output

30


Comments

There are no comments at the moment.