QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#566910#9178. All-You-Can-EatZhaoZiLongWA 1ms3840kbC++202.7kb2024-09-16 03:09:592024-09-16 03:09:59

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3840kb

input:

1
5
10
13
450
585
465

output:

0
TAKE
0
TAKE
0
TAKE
1 3
TAKE
0
IGNORE

result:

ok OK, worst = 0.648188 (1 test case)

Test #2:

score: 0
Accepted
time: 1ms
memory: 3840kb

input:

1
1
100

output:

0
TAKE

result:

ok OK, worst = 1.000000 (1 test case)

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3544kb

input:

2000
5
535
529

output:

0
TAKE
1 2
TAKE

result:

wrong output format Unexpected end of file - int32 expected (test case 1)