QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#521587 | #6601. Mean Streets of Gadgetzan | HuangHanSheng | WA | 9ms | 56968kb | C++17 | 2.2kb | 2024-08-16 12:49:30 | 2024-08-16 12:49:30 |
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: 9ms
memory: 56856kb
input:
3 3 !1 2 -> 1 1 2 -> !3
output:
FFF
result:
ok ok, solution exists
Test #2:
score: 0
Accepted
time: 7ms
memory: 56916kb
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: 0
Accepted
time: 4ms
memory: 56848kb
input:
10 10 2 -> !10 5 -> 1 6 5 4 3 -> 2 6 -> !10 !4 8 -> !9 7 2 -> 3 !10
output:
FFFFFTTFFF
result:
ok ok, solution exists
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 56968kb
input:
10 20 10 -> 16 11 15 3 9 7 -> 18 !15 7 -> !16 8 13 14 7 -> !3 15 10 7 -> !4 9 13 -> 19 14 -> !3 14 -> !1 7 -> 18
output:
FFFFFFFFFF
result:
wrong answer participant found wrong solution