QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#109677 | #5120. Power of Two | juruocjl | WA | 54ms | 6772kb | C++17 | 5.0kb | 2023-05-30 09:49:31 | 2023-05-30 09:49:33 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 5508kb
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 &&&^ 0 0 1 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:
ok ok the answer is correct (4 test cases)
Test #2:
score: -100
Wrong Answer
time: 54ms
memory: 6772kb
input:
16 65511 1 1 65509 42389 52308 9452 29149 28980 48173 38152 51625 29991 48293 12319 38611 47245 11954 45410 33185 30976 56806 18986 35564 25430 48493 26311 19090 42172 33403 62406 15847 51266 33712 53139 15610 50006 62298 28716 19191 3057 35733 12331 14483 9604 16610 18534 32110 35673 5239 31310 279...
output:
011100011111111101111001001110101111111101101101011111011100100111011110101110111110111001110100111101110110111100111101101101111110110101011011111111011111110111000110010000010111011100111101111101111111010001010110100100000110101000001011101011001111110011101111010011101101111010101110011101111110...
result:
wrong answer wrong construction (test case 13)