QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#471219 | #5111. Take On Meme | ucup-team1005 | WA | 76ms | 33508kb | C++20 | 3.5kb | 2024-07-10 19:28:36 | 2024-07-10 19:28:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3524kb
input:
5 4 2 3 4 5 0 2 -2 0 1 3 0 4 -6 0 -18 5
output:
725
result:
ok single line: '725'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3636kb
input:
5 2 2 3 2 4 5 0 1 5 0 -4 -6 0 -1 7
output:
340
result:
ok single line: '340'
Test #3:
score: 0
Accepted
time: 0ms
memory: 3592kb
input:
18 3 4 3 2 2 5 6 3 7 9 8 3 10 11 12 0 4 -1 0 18 49 0 -2 10 2 13 14 0 -5 6 0 5 8 4 15 16 17 18 0 17 3 0 3 -9 0 -7 -1 0 14 -33 0 -23 11 0 11 14 0 2 19
output:
26269
result:
ok single line: '26269'
Test #4:
score: 0
Accepted
time: 63ms
memory: 23116kb
input:
10000 59 2 171 340 509 678 847 1016 1185 1382 1551 1720 1889 2058 2227 2396 2565 2734 2903 3072 3241 3410 3579 3748 3917 4086 4255 4424 4593 4762 4931 5100 5269 5438 5607 5776 5945 6114 6283 6452 6621 6790 6959 7128 7297 7466 7635 7804 7973 8142 8311 8480 8649 8818 8987 9156 9325 9494 9663 9832 2 3 ...
output:
4893524000116
result:
ok single line: '4893524000116'
Test #5:
score: 0
Accepted
time: 76ms
memory: 16688kb
input:
10000 37 2 272 542 812 1082 1352 1622 1892 2162 2432 2702 2972 3242 3512 3782 4052 4322 4592 4862 5132 5402 5672 5942 6212 6482 6752 7022 7292 7571 7841 8111 8381 8651 8921 9191 9461 9731 51 3 8 13 18 23 42 47 52 57 62 67 72 77 82 87 92 97 102 107 112 117 122 127 132 137 142 147 152 157 162 167 172 ...
output:
5186192629829
result:
ok single line: '5186192629829'
Test #6:
score: 0
Accepted
time: 75ms
memory: 33508kb
input:
10000 89 2 114 226 338 450 562 674 786 898 1010 1122 1234 1346 1458 1570 1682 1794 1906 2018 2130 2242 2354 2466 2578 2690 2802 2914 3026 3138 3250 3362 3474 3586 3698 3810 3922 4034 4146 4258 4370 4482 4594 4706 4818 4930 5042 5154 5266 5378 5490 5602 5714 5826 5938 6050 6162 6274 6386 6498 6610 67...
output:
5143217930845
result:
ok single line: '5143217930845'
Test #7:
score: 0
Accepted
time: 0ms
memory: 3500kb
input:
1 0 0 0
output:
0
result:
ok single line: '0'
Test #8:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
1 0 -1000 0
output:
1000000
result:
ok single line: '1000000'
Test #9:
score: 0
Accepted
time: 1ms
memory: 3632kb
input:
1 0 0 -1000
output:
1000000
result:
ok single line: '1000000'
Test #10:
score: 0
Accepted
time: 0ms
memory: 3632kb
input:
1 0 -1000 1000
output:
2000000
result:
ok single line: '2000000'
Test #11:
score: 0
Accepted
time: 1ms
memory: 3584kb
input:
2 1 2 0 0 0
output:
0
result:
ok single line: '0'
Test #12:
score: 0
Accepted
time: 1ms
memory: 3840kb
input:
2 1 2 0 -123 -456
output:
223065
result:
ok single line: '223065'
Test #13:
score: 0
Accepted
time: 0ms
memory: 3812kb
input:
3 2 2 3 0 123 456 0 123 456
output:
0
result:
ok single line: '0'
Test #14:
score: 0
Accepted
time: 0ms
memory: 3584kb
input:
3 2 2 3 0 -123 456 0 123 456
output:
60516
result:
ok single line: '60516'
Test #15:
score: 0
Accepted
time: 0ms
memory: 3612kb
input:
3 2 2 3 0 123 456 0 123 -456
output:
831744
result:
ok single line: '831744'
Test #16:
score: 0
Accepted
time: 0ms
memory: 3868kb
input:
3 2 2 3 0 -123 456 0 123 -456
output:
892260
result:
ok single line: '892260'
Test #17:
score: 0
Accepted
time: 0ms
memory: 3608kb
input:
3 2 2 3 0 -123 456 0 345 678
output:
268308
result:
ok single line: '268308'
Test #18:
score: 0
Accepted
time: 0ms
memory: 3884kb
input:
3 1 2 1 3 0 -123 -456
output:
223065
result:
ok single line: '223065'
Test #19:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
4 3 2 3 4 0 1 0 0 1 0 0 1 0
output:
1
result:
ok single line: '1'
Test #20:
score: 0
Accepted
time: 0ms
memory: 3680kb
input:
6 2 2 3 3 4 5 6 0 1 0 0 1 0 0 1 0 0 1 0
output:
4
result:
ok single line: '4'
Test #21:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
6 2 2 3 3 4 5 6 0 -1 0 0 1 0 0 1 0 0 1 0
output:
0
result:
ok single line: '0'
Test #22:
score: 0
Accepted
time: 0ms
memory: 3576kb
input:
9 2 2 3 3 4 5 6 3 7 8 9 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0
output:
0
result:
ok single line: '0'
Test #23:
score: -100
Wrong Answer
time: 0ms
memory: 3576kb
input:
11 2 2 3 3 5 6 7 2 4 8 3 9 10 11 0 1 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0
output:
0
result:
wrong answer 1st lines differ - expected: '4', found: '0'