A plus B

View as PDF

Submit solution

Points: 200.00 (partial)
Time limit: 0.2s
Memory limit: 1G
Input: stdin
Output: stdout

Author:
Problem type
Allowed languages
C, C++, GAS64, Pascal, Perl, PHP, Python, Sed, TCL, Text

Cho 2 số nguyên ~a~ và ~b~

Yêu cầu: Tính ~a+b~

Dữ liệu vào: Hai số ~a~ và ~b~

Giới hạn: ~|a|, |b|~≤~10^{18}~

Kết quả: Giá trị của ~a+b~

Ví dụ:
Input 1:
3 9
Output 1:
12
Input 2:
5 10
Output 2:
15

Loading...