QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#507134 | #8427. Continue the Sequence | GuanYunchang | WA | 58ms | 71888kb | C++23 | 11.2kb | 2024-08-06 11:35:14 | 2024-08-06 11:35:15 |
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: 52ms
memory: 69464kb
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: 58ms
memory: 70336kb
input:
3 3 0 0 0
output:
0 0 0
result:
ok 3 number(s): "0 0 0"
Test #3:
score: 0
Accepted
time: 47ms
memory: 69220kb
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: 51ms
memory: 70960kb
input:
3 1 2 1 0
output:
998244352
result:
ok 1 number(s): "998244352"
Test #5:
score: 0
Accepted
time: 51ms
memory: 69516kb
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: 48ms
memory: 71888kb
input:
20 100 671245968 143875763 443360205 619711 821803529 515842308 103683744 380727964 940211812 459756652 410579488 559633745 101518444 988979348 719849068 311676260 72467513 988488216 852833591 128243244
output:
15273003 917109809 27631933 496196421 730501949 690880176 115200634 722519455 955785644 655002355 933844936 865300913 588808796 412744653 172747849 151025081 897364807 315414270 296035898 460174857 620414713 612330834 585072366 812235653 401245506 575762882 516159078 286509358 885348122 816983377 24...
result:
wrong answer 1st numbers differ - expected: '811419259', found: '15273003'