A cộng B
View as PDF
Submit solution
C++, Pascal, Python
Points:
0.05 (partial)
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Author:
Problem type
Allowed languages
Cho ~2~ số nguyên ~A~ và ~B~. Hãy tính kết quả của ~A+B~.
Input
Dòng đầu chứa hai số nguyên dương ~A~ và ~B~ (~1 \le A, B \le 1000~).
Output
Ghi ra kết quả ~A + B~.
Sample Input
1 3
Sample Output
4
Comments