QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#864090 | #6842. Popcount Words | little_pinkpig | WA | 2ms | 243036kb | C++14 | 2.9kb | 2025-01-20 10:07:46 | 2025-01-20 10:07:46 |
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: 2ms
memory: 243036kb
input:
3 5 2 6 1 3 4 8 0 1 11 101 0011010
output:
30 32 6 12 8
result:
wrong answer 1st lines differ - expected: '6', found: '30'