QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
Tip: Click on the bar to expand more detailed information
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