QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#524773#9178. All-You-Can-Eatucup-team3612WA 3ms3608kbC++231.9kb2024-08-20 05:40:072024-08-20 05:40:07

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1
5
10
13
450
585
465

output:

0 
TAKE
0 
TAKE
0 
TAKE
0 
IGNORE
0 
TAKE

result:

ok OK, worst = 1.000000 (1 test case)

Test #2:

score: 0
Accepted
time: 0ms
memory: 3532kb

input:

1
1
100

output:

0 
TAKE

result:

ok OK, worst = 1.000000 (1 test case)

Test #3:

score: -100
Wrong Answer
time: 3ms
memory: 3600kb

input:

2000
5
535
529

output:

0 
TAKE
0 
TAKE

result:

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