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