SLSL - CONGHAISOLON
Calculate the sum of two integers A and B (1 <= A, B <= 101000000)
Input
A and B are separated by space.
Output
Sum of two numbers A and B.
Example
Input: 5 08 Output: 13
Nhập vào hai số nguyên A và B (1 <= A, B <= 101000000)
Input
a và b cách nhau bởi dấu cách
Output
Tổng của hai số a và b
Ví dụ
Input: 5 08 Output: 13
hide comments
warlu:
2023-05-27 13:29:13
Taking input as strings and adding each digit works |
|
kgajavelly:
2018-08-12 21:26:38
how to input a number with 100000 digits in c++? |
Added by: | trungkien |
Date: | 2018-05-11 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All |