Loading...
A Plus B
Time: 2 s
Memory: 125 MB
Given  \(A\) and \(B\) compute and print \(A+B\)
Input

One line with two integers \(A\) and \(B\), separated by a space.
Constraint
\(1 \leq A,B \leq 100\)
Output
One integer \(A+B\).
Examples
Input
Output
1 2
3
Input
Output
7 10
17
Problem Info
Problem ID 1
Time Limit 2000 ms
Memory Limit 128000 KB
Moderators AmirHamza , server_test
Statistics
Submit
You need to Login or Registration for submit your solution