QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#525596 | #5120. Power of Two | ucup-team2880 | WA | 1ms | 3768kb | C++20 | 5.1kb | 2024-08-20 19:02:52 | 2024-08-20 19:02:52 |
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: 1ms
memory: 3768kb
input:
4 4 3 0 1 1 0 1 0 4 1 0 3 1 0 1 0 8 0 2 6 1 5 5 7 1 5 5 7 8 0 0 8 1 5 5 7 1 5 5 7
output:
0010 &&&^ 1 0 0 1 0011 &^^^ 1 0 0 1 10100000 ^|^^^|^^ 7 7 5 5 5 5 1 1 00000000 ^^^^^^^^ 7 7 5 5 5 5 1 1
result:
wrong answer wrong construction (test case 2)