QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#390164#6842. Popcount WordscarrotqqWA 6ms15792kbC++142.0kb2024-04-15 09:08:592024-04-15 09:08:59

詳細信息

Test #1:

score: 0
Wrong Answer
time: 6ms
memory: 15792kb

input:

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

output:

6
7
1
2
1

result:

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