QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#712764 | #9178. All-You-Can-Eat | ucup-team3862# | WA | 1ms | 3844kb | C++20 | 2.4kb | 2024-11-05 16:59:02 | 2024-11-05 16:59:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 1ms
memory: 3588kb
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: 3612kb
input:
1 1 100
output:
0 TAKE
result:
ok OK, worst = 1.000000 (1 test case)
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3844kb
input:
2000 5 535 529
output:
0 TAKE 1 TAKE
result:
wrong output format Unexpected end of file - int32 expected (test case 1)