QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#431409 | #978. Maximum Subsequence | yoy68 | WA | 76ms | 3972kb | C++17 | 1.1kb | 2024-06-05 14:59:19 | 2024-06-05 14:59:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3908kb
input:
4 1 -1 1 1
output:
2
result:
ok 1 number(s): "2"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3748kb
input:
6 4 -4 5 -20 6 7
output:
9
result:
ok 1 number(s): "9"
Test #3:
score: 0
Accepted
time: 76ms
memory: 3972kb
input:
16 74685 37459 -1863 43873 69565 11753 -27428 57636 -80511 13844 -20908 69580 4289 -99806 -75028 30372
output:
107512
result:
ok 1 number(s): "107512"
Test #4:
score: 0
Accepted
time: 46ms
memory: 3884kb
input:
15 67994 74589 99849 97649 27926 26555 1194 -98123 4315 58602 67384 53308 59247 -17522 95188
output:
618155
result:
ok 1 number(s): "618155"
Test #5:
score: -100
Wrong Answer
time: 14ms
memory: 3820kb
input:
14 -16144 -8970 -61906 -89752 -82770 52954 9044 85641 -78467 -71326 91206 -72168 -67481 58209
output:
85641
result:
wrong answer 1st numbers differ - expected: '91206', found: '85641'