Write a program that display the following output using single cout

Write a program that display the following output using single cout

1          2          3          4          5

6          7          8          9          10

Output

1    2    3    4    5
6    7    8    9   10