Number of students
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
There are a boys and b girls in the class. How many students in the class in total?
Input
Two positive integers a and b (a, b ≤ 10^18
).
Output
Print the number of students in the class.
Examples
Input #1
Answer #1
Submissions 33K
Acceptance rate 58%