#Z11003. 对齐输出
对齐输出
Description
Read in three integers and output them right-aligned, each occupying a width of 8 characters. Output the three integers in the specified format, separated by a single space.
Input Format
There is only one line containing three integers, separated by a single space.
Output Format
There is only one line, outputting the three integers in the specified format, separated by a single space.
123456789 0 -1
123456789 0 -1