Simple problem
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
Answer #1
Submissions 242K
Acceptance rate 45%