QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#51184 | #4633. Coprime Matrices | MaMengQi | WA | 3ms | 5616kb | C++11 | 1.4kb | 2022-10-01 13:16:20 | 2022-10-01 13:16:22 |
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: 3568kb
input:
3 3 2 1 3
output:
Yes 4 5 6 3 2 1 7 8 9
result:
ok OK, Accepted.
Test #2:
score: 0
Accepted
time: 2ms
memory: 3668kb
input:
1 1 1 1 1
output:
Yes 1
result:
ok OK, Accepted.
Test #3:
score: -100
Wrong Answer
time: 3ms
memory: 5616kb
input:
8 3 4 2 9
output:
No
result:
wrong answer First Line not Yes