#P70. 练13.2 对齐输出

练13.2 对齐输出

Description

Read three integers and output them right-aligned, each occupying 8 characters in width. Output the three integers according to the format, separated by a space.

Input Format

Input consists of a single line with three integers, separated by a space.

Output Format

Output a single line with the three integers right-aligned, each occupying 8 characters, separated by a space.

Sample

123456789 0 -1
123456789       0      -1