QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#388447 | #8543. Periodic Sequence | ucup-team267# | WA | 11ms | 3728kb | C++17 | 1.3kb | 2024-04-13 15:45:14 | 2024-04-13 15:45: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: 0ms
memory: 3664kb
input:
5 1000000007
output:
1 3 6 11 19
result:
ok 5 number(s): "1 3 6 11 19"
Test #2:
score: -100
Wrong Answer
time: 11ms
memory: 3728kb
input:
200000 567894337
output:
1 3 6 11 19 31 48 71 101 139 186 243 311 391 484 591 713 851 1006 1179 1371 1583 1816 2071 2349 2651 2978 3331 3711 4119 4556 5023 5521 6051 6614 7211 7843 8511 9216 9959 10741 11563 12426 13331 14279 15271 16308 17391 18521 19699 20926 22203 23531 24911 26344 27831 29373 30971 32626 34339 36111 379...
result:
wrong answer 6th numbers differ - expected: '33', found: '31'