Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr

For testcase #10 and #11, you should only get one correct
#10 for row-major, #11 for col-major

Your Answer

Testing saveTo 1: 4 pts
Filename: out.txtMatrix Information:
rows: 4
cols: 5
In your out.txt
0,1,2,3,4
5,6,7,8,9
10,11,12,13,14
15,16,17,18,19

JOJ Answer

Testing saveTo 1: 4 pts
Filename: out.txtMatrix Information:
rows: 4
cols: 5
In your out.txt
0,1,2,3,4
5,6,7,8,9
10,11,12,13,14
15,16,17,18,19