QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#202582 | #3997. Candy Machine | HuangHanSheng | WA | 0ms | 1612kb | C++17 | 523b | 2023-10-06 12:17:28 | 2023-10-06 12:17:28 |
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: 0ms
memory: 1584kb
input:
5 1 2 3 4 5
output:
2
result:
ok single line: '2'
Test #2:
score: 0
Accepted
time: 0ms
memory: 1612kb
input:
18 3 5 5 1 2 2 3 9 2 2 7 1 7 3 2 3 6 6
output:
7
result:
ok single line: '7'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 1604kb
input:
20 170421784 139902913 635488787 31946330 289281525 541340761 264115901 680775011 102068389 128171044 636359374 477042327 879154459 716982403 654668380 256334408 874949295 737194459 663371810 549070350
output:
15
result:
wrong answer 1st lines differ - expected: '12', found: '15'