QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#847946#166. Shifting a MatrixnanikaWA 0ms3804kbC++202.7kb2025-01-08 13:52:302025-01-08 13:52:33

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3608kb

input:

3 2
R1

output:

3 1 2 
4 5 6 
7 8 9 

result:

ok 3 lines

Test #2:

score: 0
Accepted
time: 0ms
memory: 3604kb

input:

3 7
(U2)300

output:

1 2 3 
4 5 6 
7 8 9 

result:

ok 3 lines

Test #3:

score: 0
Accepted
time: 0ms
memory: 3528kb

input:

3 7
(R1D1)3

output:

3 4 7 
1 5 6 
2 8 9 

result:

ok 3 lines

Test #4:

score: -100
Wrong Answer
time: 0ms
memory: 3804kb

input:

2 20
D2(((L2(D1)4)5)4R2)5

output:

1 0 
2 4 

result:

wrong answer 1st lines differ - expected: '1 4', found: '1 0 '