|
Time |
Memory |
Case 1 |
1 sec |
32 MB |
Case 2 |
1 sec |
32 MB |
Case 3 |
1 sec |
32 MB |
Case 4 |
1 sec |
32 MB |
Case 5 |
1 sec |
32 MB |
Description
Sort m numbers in ascending order, where m = n2 into an nxn matrix.

This is a partial judge program.
Input
First line is an integer m
m = n2
Output
n x n sorted matrix
Partial Judge Code
13745.c
Partial Judge Header
13745.h
Tags