Siêu Cộng

View as PDF

Submit solution

Points: 0.30
Time limit: 1.0s
Python 3 0.0s
Memory limit: 256M
Python 3 0B
Input: stdin
Output: stdout

Authors:
Problem type
Allowed languages
Assembly, Awk, Brain****, C, C++, groovy, Java, Pascal, Perl, Sed, Text
Mô tả vấn đề

cho hai số A và B, bạn có biết a+b bằng mấy?

Mô tả đầu vào

A, B

0 ≤ B ≤ A ≤ ~10^{1000}~

Mô tả đầu ra

Hãy xuất ra một giá trị là kết quả A+B

Subtask:

10% test: 0 ≤ B ≤ A ≤ ~10^{9}~

20% test: 0 ≤ B ≤ A ≤ ~10^{20}~

70% test: Không có giới hạn gì thêm

Sample Input 1
1 1
Sample Output 1
2


Comments

Please read the guidelines before commenting.


There are no comments at the moment.