QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#802988 | #9873. Last Chance: Threads of Despair | ucup-team6107# | WA | 1237ms | 5688kb | C++14 | 2.3kb | 2024-12-07 15:30:39 | 2024-12-07 15:30:40 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 5688kb
input:
3 3 2 1 1 4 2 6 3 2 1 1 4 2 7 2 1 100 100 2
output:
YES NO YES
result:
ok 3 token(s): yes count is 2, no count is 1
Test #2:
score: 0
Accepted
time: 1ms
memory: 5604kb
input:
3 7 1 1 1 1 1 1 1 1 9 5 2 3 4 5 6 7 1 6 5 3 3 4 5 6 7 1 5 7
output:
NO NO YES
result:
ok 3 token(s): yes count is 1, no count is 2
Test #3:
score: -100
Wrong Answer
time: 1237ms
memory: 5668kb
input:
4 1 1 1 1 1 1 1 2 1 1 2 1 1 1 2 2
output:
NO YES YES NO
result:
wrong answer expected YES, found NO [1st token]