QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#524745 | #9178. All-You-Can-Eat | ucup-team3612 | WA | 5ms | 3848kb | C++23 | 1.4kb | 2024-08-20 04:10:12 | 2024-08-20 04:10:12 |
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: 1ms
memory: 3592kb
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: 1ms
memory: 3848kb
input:
1 1 100
output:
0 TAKE
result:
ok OK, worst = 1.000000 (1 test case)
Test #3:
score: -100
Wrong Answer
time: 5ms
memory: 3560kb
input:
2000 5 535 529 536
output:
0 TAKE 1 1 TAKE 0 TAKE
result:
wrong output format Unexpected end of file - int32 expected (test case 1)