QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#200441 | #4758. Captivating process | specialuser | WA | 3ms | 30728kb | C++14 | 2.4kb | 2023-10-04 16:59:26 | 2023-10-04 16:59:26 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 30728kb
input:
3 2 2 3 1 2 3 1 1 2 1 1
output:
NO YES
result:
ok 2 token(s): yes count is 1, no count is 1
Test #2:
score: -100
Wrong Answer
time: 3ms
memory: 30612kb
input:
4 2 2 3 4 2 2 4 4 1 1 2 1 4
output:
YES NO
result:
wrong answer expected NO, found YES [1st token]