QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#623610 | #9415. Matrix | ucup-team4985# | WA | 0ms | 3644kb | C++20 | 871b | 2024-10-09 13:25:25 | 2024-10-09 13:25:25 |
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: 3640kb
input:
2
output:
Yes 1 2 3 4
result:
ok Correct. (1 test case)
Test #2:
score: 0
Accepted
time: 0ms
memory: 3644kb
input:
3
output:
Yes 1 2 3 4 1 1 1 5 6
result:
ok Correct. (1 test case)
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3624kb
input:
4
output:
Yes 1 2 3 4 5 1 1 1 6 1 1 1 1 1 7 8
result:
wrong answer The number of quadruples 3 is invalid. (test case 1)