QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#135385 | #4633. Coprime Matrices | GuanYunchang | WA | 1ms | 3640kb | C++20 | 1.3kb | 2023-08-05 14:29:13 | 2023-08-05 14:29:17 |
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: 3484kb
input:
3 3 2 1 3
output:
Yes 9 1 7 3 2 8 4 5 6
result:
ok OK, Accepted.
Test #2:
score: 0
Accepted
time: 1ms
memory: 3640kb
input:
1 1 1 1 1
output:
Yes 1
result:
ok OK, Accepted.
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3468kb
input:
8 3 4 2 9
output:
Yes 4 5 20 7 6 21 11 10 22 8 9 23 12 13 24 15 14 1 19 18 2 16 17 3
result:
wrong answer Co-prime Unsatisfied