QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#40737 | #2544. Flatland Currency | whx1003 | WA | 150ms | 8268kb | C++14 | 1.6kb | 2022-07-25 22:55:42 | 2022-07-25 22:55:43 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 3ms
memory: 7804kb
input:
5 57 9 14 31 18 27
output:
8
result:
ok answer is '8'
Test #2:
score: 0
Accepted
time: 1ms
memory: 5712kb
input:
4 50 11 11 11 11
output:
12
result:
ok answer is '12'
Test #3:
score: -100
Wrong Answer
time: 150ms
memory: 8268kb
input:
100000 89648823509660 921733427 402270498 51157221 585477094 435728758 913951087 580580944 557082810 585086423 837912728 799129405 867009344 751591136 714946046 464999915 256043168 416678301 183246216 569365122 479031618 435168577 31068363 903791719 497652990 960987871 223120213 395437892 112869678 ...
output:
200399
result:
wrong answer expected '200414', found '200399'