QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#908479 | #7249. Jimi Hendrix | angletrisection | WA | 1ms | 18840kb | C++14 | 1.4kb | 2025-02-20 23:33:53 | 2025-02-20 23:33:54 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 17832kb
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:
9 5
result:
ok Both jury and contestant have lovely and correct paths :)
Test #2:
score: 0
Accepted
time: 1ms
memory: 18840kb
input:
2 1 1 2 b b
output:
1 2
result:
ok Both jury and contestant have lovely and correct paths :)
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 18600kb
input:
2 1 1 2 k p
output:
-1
result:
wrong output format Unexpected end of file - int32 expected