QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#864072 | #6842. Popcount Words | little_pinkpig | WA | 3ms | 208736kb | C++14 | 2.9kb | 2025-01-20 09:57:35 | 2025-01-20 09:57:36 |
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: 3ms
memory: 208736kb
input:
3 5 2 6 1 3 4 8 0 1 11 101 0011010
output:
walk(1,1,0) walk(1,1,4) walk(0,0,4) walk(1,0,6) walk(1,1,7) walk(1,2,9) walk(1,0,7) 6 7 2 2 1
result:
wrong answer 1st lines differ - expected: '6', found: 'walk(1,1,0)'