QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#132730 | #5721. Dividing by Two | lmq26052003 | WA | 1ms | 3440kb | C++20 | 273b | 2023-07-31 11:55:50 | 2023-07-31 11:55:54 |
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: 100
Accepted
time: 1ms
memory: 3332kb
input:
103 27
output:
4
result:
ok single line: '4'
Test #2:
score: 0
Accepted
time: 1ms
memory: 3440kb
input:
3 8
output:
5
result:
ok single line: '5'
Test #3:
score: -100
Wrong Answer
time: 1ms
memory: 3392kb
input:
1010 1010
output:
506
result:
wrong answer 1st lines differ - expected: '0', found: '506'