2D array printing


Submit solution

Points: 10
Time limit: 8.0s
Memory limit: 64M

Author:
Problem type
Allowed languages
C

Problem Statement


Write a program to read and display an array of two rows and three columns

Input


1 2 3 4 5 6

Output


1 2 3


4 5 6


Comments

There are no comments at the moment.