QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#51176 | #4633. Coprime Matrices | ZhangYiDe | WA | 2ms | 5728kb | C++11 | 1.5kb | 2022-10-01 12:56:35 | 2022-10-01 12:56:38 |
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: 5728kb
input:
3 3 2 1 3
output:
Yes 4 5 6 3 2 1 7 9 8
result:
ok OK, Accepted.
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 5640kb
input:
1 1 1 1 1
output:
Yes 4 5 6 3 2 1 7 9 8
result:
wrong answer Integer parameter [name=A[i][j]] equals to 4, violates the range [1, 1]