eolymp
bolt
Try our new interface for solving problems
Problems

Simple problem

Simple problem

Time limit 1 second (CPU)
Memory limit 128 MiB

Write a program which reads a two-digit number and prints every digit, separated by a space.

Input data

One integer from 10 to 99 inclusively.

Output data

Print two digits separated by a space.

Examples

Input example #1
23

Output example #1
2 3