Submit solution
Points:
10 (partial)
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Author:
Problem type
Allowed languages
C++, Pascal, Python
Statement
Mã đề: Tin8_01
.
Cho hai số nguyên a, b (|a|,|b| \leq 10^6).
Tính tổng hai số.
Ví dụ
Input
3 2
Output
5
Comments