QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#202582#3997. Candy MachineHuangHanShengWA 0ms1612kbC++17523b2023-10-06 12:17:282023-10-06 12:17:28

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'