QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#47458 | #4674. Lots Of Tasks | larryzhong | WA | 2ms | 3584kb | C++17 | 1.6kb | 2022-09-10 01:22:30 | 2022-09-10 01:22:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 3540kb
input:
4 1 9 5 13 11 13 6 12
output:
YES
result:
ok answer is YES
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3584kb
input:
3 46 76 0 2 45 75
output:
YES
result:
wrong answer expected NO, found YES