QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#807781 | #9854. Find the Maximum | GuanYunchang | WA | 142ms | 15108kb | C++23 | 1.2kb | 2024-12-10 11:36:07 | 2024-12-10 11:36:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 2ms
memory: 9988kb
input:
2 3 2 1 2
output:
1.562500
result:
ok Accept!
Test #2:
score: -100
Wrong Answer
time: 142ms
memory: 15108kb
input:
100000 92267 92164 51606 26141 24879 -67311 -25229 -65514 77800 -9213 -65704 -59430 21111 94890 39508 -13162 58661 34181 -86666 -29450 1588 -18722 -75565 15211 28028 -39385 -97517 -85584 -9097 13770 31381 -21566 37697 19483 74839 -31752 -10681 -93336 -69242 46591 -76345 -15194 69484 34351 -121 91430...
output:
2499999999.999964
result:
wrong answer Wrong Answer!