QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#101690 | #4802. Ternary Search | znstz | WA | 4ms | 17132kb | C++14 | 2.4kb | 2023-04-30 20:40:13 | 2023-04-30 20:40:14 |
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: 0
Wrong Answer
time: 4ms
memory: 17132kb
input:
9 11 4 5 14 1 9 19 8 10
output:
0 0 1 2 2 3 5 6 9
result:
wrong answer 3rd numbers differ - expected: '0', found: '1'