Very easy
CPU usage time limit is 1 second
Runtime memory usage limit is 128 megabytes
Write a program which reads a two-digit number and prints every digit, separated by a space.
Input
One integer from to inclusively.
Output
Print two digits separated by a space.
Examples
Input #1
23
Answer #1
2 3
- Log in to post comments