#B2004. Right-Aligned Integers

    ID: 11086 Type: Default 1000ms 256MiB

Right-Aligned Integers

Right-Aligned Integers

Read three integers and output them in a formatted manner. Each integer should be right aligned and occupy exactly \(8\) characters in width.

inputFormat

The input consists of three integers separated by spaces.

outputFormat

Output the three integers, each right aligned in a field of width \(8\), separated by a single space.

sample

1 2 3
       1        2        3