yes
Time Limit: 2 seconds
Memory Limit: 128 MB
Rating: 800
Problem StatementGiven two integers $A$ and $B$, output $A+B$.
InputThe input consists of a single line containing two integers $A$ and $B$ ($ -10^9 ≤ A,\ B ≤ 10^9$).
OutputOutput a single integer - the sum of $A$ and $B$.
Sample CasesSample Input 1: 8 9 Sample Output 1: 17 Sample Input 2: 1438558 75866991 Sample Output 2: 77305549Explanation
Not available for this problem.
Sourcesadmin@ian@
Submit | Back