eolymp
bolt
Try our new interface for solving problems
Problems

Simple problem

Simple problem

Write a program which reads a two-digit number and prints every digit, separated by a space. \InputFile One integer from $10$ to $99$ inclusively. \OutputFile Print two digits separated by a space.
Time limit 0 seconds
Memory limit 128 MiB
Input example #1
23

Output example #1
2 3