QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#507142 | #8427. Continue the Sequence | HuangHanSheng | WA | 39ms | 72584kb | C++23 | 11.3kb | 2024-08-06 11:39:12 | 2024-08-06 11:39:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 29ms
memory: 64140kb
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: 37ms
memory: 63708kb
input:
3 3 0 0 0
output:
0 0 0
result:
ok 3 number(s): "0 0 0"
Test #3:
score: 0
Accepted
time: 36ms
memory: 63924kb
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: 28ms
memory: 63736kb
input:
3 1 2 1 0
output:
998244352
result:
ok 1 number(s): "998244352"
Test #5:
score: 0
Accepted
time: 37ms
memory: 63588kb
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: 39ms
memory: 72584kb
input:
20 100 671245968 143875763 443360205 619711 821803529 515842308 103683744 380727964 940211812 459756652 410579488 559633745 101518444 988979348 719849068 311676260 72467513 988488216 852833591 128243244
output:
723750157 646846181 702071703 120354365 383585652 494132488 351514723 854892515 104328801 521748553 453908929 730838801 474080047 281626189 70632752 291813776 781060831 213954091 644264216 776411545 943618074 943638497 792231890 479512462 899676632 120650523 147325865 223323924 215863447 414839345 9...
result:
wrong answer 1st numbers differ - expected: '811419259', found: '723750157'