Test 1
Subtask: 1
Verdict: ACCEPTED
Test 2
Subtask: 1
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 21, in <module>
p = (k & (1 << i))
TypeError: unsupported operand type(s) for &: 'float' and 'int'Test 3
Subtask: 1
Verdict: ACCEPTED
Test 4
Subtask: 1
Verdict: RUNTIME ERROR
Error:
Traceback (most recent call last):
File "input/code.py", line 21, in <module>
p = (k & (1 << i))
TypeError: unsupported operand type(s) for &: 'float' and 'int'Test 5
Subtask: 1
Verdict: ACCEPTED
Test 6
Subtask: 2
Verdict: ACCEPTED
| correct output |
|---|
| 00111111111101110010 |
| user output |
|---|
| 00111111111101110010 |
Test 7
Subtask: 2
Verdict: RUNTIME ERROR
| correct output |
|---|
| 11010111100110111101 |
Error:
Traceback (most recent call last):
File "input/code.py", line 21, in <module>
p = (k & (1 << i))
TypeError: unsupported operand type(s) for &: 'float' and 'int'Test 8
Subtask: 2
Verdict: ACCEPTED
| correct output |
|---|
| 00110101100110010010 |
| user output |
|---|
| 00110101100110010010 |
Test 9
Subtask: 2
Verdict: RUNTIME ERROR
| correct output |
|---|
| 10011111110100010111 |
Error:
Traceback (most recent call last):
File "input/code.py", line 21, in <module>
p = (k & (1 << i))
TypeError: unsupported operand type(s) for &: 'float' and 'int'Test 10
Subtask: 2
Verdict: RUNTIME ERROR
| correct output |
|---|
| 10010011111010001011 |
Error:
Traceback (most recent call last):
File "input/code.py", line 21, in <module>
p = (k & (1 << i))
TypeError: unsupported operand type(s) for &: 'float' and 'int'Test 11
Subtask: 3
Verdict: ACCEPTED
| correct output |
|---|
| 011000101010101001001011100100... |
| user output |
|---|
| 011000101010101001001011100100... |
Test 12
Subtask: 3
Verdict: ACCEPTED
| correct output |
|---|
| 011010111001101000001001101001... |
| user output |
|---|
| 011010111001101000001001101001... |
Test 13
Subtask: 3
Verdict: RUNTIME ERROR
| correct output |
|---|
| 110000011111101000111010110000... |
Error:
Traceback (most recent call last):
File "input/code.py", line 21, in <module>
p = (k & (1 << i))
TypeError: unsupported operand type(s) for &: 'float' and 'int'Test 14
Subtask: 3
Verdict: RUNTIME ERROR
| correct output |
|---|
| 100001011111001010010011011000... |
Error:
Traceback (most recent call last):
File "input/code.py", line 21, in <module>
p = (k & (1 << i))
TypeError: unsupported operand type(s) for &: 'float' and 'int'Test 15
Subtask: 3
Verdict: RUNTIME ERROR
| correct output |
|---|
| 111001000110001010111011000110... |
Error:
Traceback (most recent call last):
File "input/code.py", line 21, in <module>
p = (k & (1 << i))
TypeError: unsupported operand type(s) for &: 'float' and 'int'