QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#268545 | #4940. Token Distance | ZhangYiDe | WA | 5ms | 33960kb | C++17 | 8.6kb | 2023-11-28 18:20:01 | 2023-11-28 18:20:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 5ms
memory: 33960kb
input:
5 7 1 1 1 10 1 2 1 3 2 1 5 1 5 4 1 3 7 2 2 4 2 2 5 2 4 5
output:
YES NO NO YES YES
result:
ok 5 lines
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 32596kb
input:
2 1 0 1000000000 2 1 2
output:
NO
result:
wrong answer 1st lines differ - expected: 'YES', found: 'NO'