QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#770381 | #6601. Mean Streets of Gadgetzan | ucup-team5027 | WA | 4ms | 30412kb | C++14 | 1.4kb | 2024-11-21 21:37:43 | 2024-11-21 21:37:43 |
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: 3ms
memory: 29648kb
input:
3 3 !1 2 -> 1 1 2 -> !3
output:
FFF
result:
ok ok, solution exists
Test #2:
score: 0
Accepted
time: 0ms
memory: 30412kb
input:
6 4 1 -> 2 1 3 -> !2 1 -> 3 4 -> 2 1 2 3 4 -> !1
output:
conflict
result:
ok ok, conflict
Test #3:
score: -100
Wrong Answer
time: 4ms
memory: 30212kb
input:
10 10 2 -> !10 5 -> 1 6 5 4 3 -> 2 6 -> !10 !4 8 -> !9 7 2 -> 3 !10
output:
conflict
result:
wrong answer participant claims conflict, but solution actually exists