Gửi bài giải
Điểm:
1,00 (OI)
Giới hạn thời gian:
1.0s
Giới hạn bộ nhớ:
256M
Input:
stdin
Output:
stdout
Nguồn bài:
Dạng bài
Ngôn ngữ cho phép
C, C++, Java, Kotlin, Pascal, PyPy, Python, Scratch
Write a program that takes a positive integer ~n~ as input (where ~n≤10^{18}~).
Print the number and sum of digits of ~n~.
Input
- One positive integer number ~n~ ~(n ≤ 10^{18})~.
Output
- Line ~1~: Print the number of digits of ~n~.
- Line ~2~: Print the sum of the digits of ~n~.
Sample Input
97
Sample Output
2
16
Bình luận