2D array printing
Submit solution
C
Points:
10
Time limit:
8.0s
Memory limit:
64M
Author:
Problem type
Allowed languages
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