QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#96763 | #6128. Flippy Sequence | ZhangYiDe | WA | 124ms | 55936kb | C++14 | 3.0kb | 2023-04-15 16:10:23 | 2023-04-15 16:10:26 |
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: 2ms
memory: 3348kb
input:
3 1 1 0 2 00 11 5 01010 00111
output:
0 2 6
result:
ok 3 number(s): "0 2 6"
Test #2:
score: -100
Wrong Answer
time: 124ms
memory: 55936kb
input:
126648 1 0 0 1 1 0 2 01 01 2 01 11 2 10 11 2 11 00 3 011 011 3 010 110 3 011 001 3 111 001 3 001 000 3 101 000 3 011 000 3 111 000 4 1111 1111 4 1110 0110 4 0010 0110 4 1011 0111 4 1001 1011 4 0100 1110 4 0000 0110 4 0111 1001 4 1001 1000 4 1011 0010 4 0001 0100 4 1000 0101 4 0100 0111 4 1101 0110 4...
output:
2 0 6 6 8 10 28 58 92 128 162 202 248 296 460 990 1590 2264 3036 3918 4918 6038 6516 7040 7610 8232 8908 9640 10428 11274 16258 34990 56338 80448 107506 137718 171298 208464 247846 289540 333624 380184 429386 481404 536414 594594 611110 628740 647578 667722 689170 711924 735984 761356 788270 816732 ...
result:
wrong answer 1st numbers differ - expected: '1', found: '2'