QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#455607#6842. Popcount WordsZhaoZiLongWA 7ms147460kbC++142.4kb2024-06-26 16:44:252024-06-26 16:44:27

詳細信息

Test #1:

score: 0
Wrong Answer
time: 7ms
memory: 147460kb

input:

3 5
2 6
1 3
4 8
0
1
11
101
0011010

output:

6
7
1
0
0

result:

wrong answer 3rd lines differ - expected: '2', found: '1'