QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#507132 | #8427. Continue the Sequence | HuangHanSheng | WA | 27ms | 40692kb | C++23 | 11.3kb | 2024-08-06 11:31:41 | 2024-08-06 11:31:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 14ms
memory: 39504kb
input:
5 10 1 4 9 16 25
output:
36 49 64 81 100 121 144 169 196 225
result:
ok 10 numbers
Test #2:
score: 0
Accepted
time: 23ms
memory: 38836kb
input:
3 3 0 0 0
output:
0 0 0
result:
ok 3 number(s): "0 0 0"
Test #3:
score: 0
Accepted
time: 19ms
memory: 39160kb
input:
5 10 1 2 4 8 16
output:
31 57 99 163 256 386 562 794 1093 1471
result:
ok 10 numbers
Test #4:
score: 0
Accepted
time: 19ms
memory: 38664kb
input:
3 1 2 1 0
output:
998244352
result:
ok 1 number(s): "998244352"
Test #5:
score: 0
Accepted
time: 27ms
memory: 39040kb
input:
5 10 571437886 356409568 754470076 473530488 152780912
output:
366201780 624319495 372450784 987191404 785194377 14391755 853994620 426782613 781547464 907138168
result:
ok 10 numbers
Test #6:
score: -100
Wrong Answer
time: 20ms
memory: 40692kb
input:
20 100 671245968 143875763 443360205 619711 821803529 515842308 103683744 380727964 940211812 459756652 410579488 559633745 101518444 988979348 719849068 311676260 72467513 988488216 852833591 128243244
output:
240517335 768340795 39958306 246526460 795542641 547846927 712226894 964533683 618135578 104557924 715718417 792063776 140418389 487728482 843340106 661702831 356140537 512683680 268139271 50249035 604227083 117603052 632436813 204884604 169951406 307583803 601092450 117784407 780625821 115485689 97...
result:
wrong answer 1st numbers differ - expected: '811419259', found: '240517335'