QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#307843 | #8129. Binary Sequence | ucup-team1005# | WA | 103ms | 74620kb | C++20 | 1.9kb | 2024-01-19 10:41:23 | 2024-01-19 10:41:23 |
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: 0
Wrong Answer
time: 103ms
memory: 74620kb
input:
10 4 0 4 1 4 2 4 3 4 4 4 5 4 6 6 3 6 7 118999881999119725 3
output:
1 0 : 1 1 1 : 2 1 2 : 3 1 3 : 6 1 4 : 8 1 5 : 12 1 6 : 18 1 7 : 27 1 8 : 39 1 9 : 58 1 10 : 85 1 11 : 125 1 12 : 183 1 13 : 269 1 14 : 394 1 15 : 578 1 16 : 847 1 17 : 1242 1 18 : 1820 1 19 : 2668 1 20 : 3910 1 21 : 5731 1 22 : 8399 1 23 : 12310 1 24 : 18041 1 25 : 26441 1 26 : 38751 1 27 : 56793 1 ...
result:
wrong answer 2nd numbers differ - expected: '1', found: '0'