QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#513353 | #1170. Hotspot-2 | GuanYunchang | WA | 1ms | 5644kb | C++17 | 631b | 2024-08-10 17:37:14 | 2024-08-10 17:37:14 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3536kb
input:
3 0 2 5
output:
13
result:
ok answer is '13'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3616kb
input:
4 0 1 3 6
output:
10
result:
ok answer is '10'
Test #3:
score: 0
Accepted
time: 1ms
memory: 5644kb
input:
5 5 7 12 13 15
output:
9
result:
ok answer is '9'
Test #4:
score: -100
Wrong Answer
time: 1ms
memory: 3656kb
input:
3000 991000000 991000001 991000004 991000009 991000016 991000025 991000036 991000049 991000064 991000081 991000100 991000121 991000144 991000169 991000196 991000225 991000256 991000289 991000324 991000361 991000400 991000441 991000484 991000529 991000576 991000625 991000676 991000729 991000784 99100...
output:
811130316
result:
wrong answer expected '17990999500', found '811130316'