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 two digits and prints out the tens digit and the units digit.
Input
- An integer with two digits.
Output
- The first line should print the tens digit.
- The next line should print the units digit.
Sample Input
97
Sample Output
9
7
Bình luận