QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#847946 | #166. Shifting a Matrix | nanika | WA | 0ms | 3804kb | C++20 | 2.7kb | 2025-01-08 13:52:30 | 2025-01-08 13:52:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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 '