QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#183219 | #7249. Jimi Hendrix | cnyz | WA | 3ms | 17444kb | C++14 | 2.0kb | 2023-09-19 11:41:03 | 2023-09-19 11:41:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 17436kb
input:
9 3 1 2 a 2 3 b 2 4 a 4 5 b 4 6 c 6 7 d 6 8 a 8 9 b acb
output:
8 5
result:
ok Both jury and contestant have lovely and correct paths :)
Test #2:
score: 0
Accepted
time: 3ms
memory: 17304kb
input:
2 1 1 2 b b
output:
2 1
result:
ok Both jury and contestant have lovely and correct paths :)
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 17444kb
input:
2 1 1 2 k p
output:
-1
result:
wrong output format Unexpected end of file - int32 expected