QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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)'