Category
Similar Problems
0710. Simple problem
Time limit : 1000 ms
Memory limit : 64 mb
Program reads two-digit number and prints every digit separately, separated by a space.
Input
One integer from 10 to 99 including.
Output
Two digits separated by a space.
№ |
Input |
Output |
1 |
23 |
2 3 |
Text from: e-olimp.com