QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#522234 | #6601. Mean Streets of Gadgetzan | ZhangYiDe | WA | 8ms | 12008kb | C++23 | 2.9kb | 2024-08-16 20:04:08 | 2024-08-16 20:04:09 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 4ms
memory: 11708kb
input:
3 3 !1 2 -> 1 1 2 -> !3
output:
FFF
result:
ok ok, solution exists
Test #2:
score: 0
Accepted
time: 8ms
memory: 11808kb
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: 7ms
memory: 12008kb
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: 7ms
memory: 11832kb
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