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 inputs an integer with three digits and prints out the hundreds digit, the tens digit, and the units digit.
Input:
- An integer with three digits.
Output:
- The first line should print the hundreds digit.
- The next line should print the tens digit.
- The last line should print the units digit.
Sample Input
296
Sample Output
2
9
6
Bình luận