Test 1
Group: 1
Verdict: ACCEPTED
Test 2
Group: 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
Group: 1
Verdict: ACCEPTED
Test 4
Group: 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
Group: 1
Verdict: ACCEPTED
Test 6
Group: 2
Verdict: ACCEPTED
| correct output |
|---|
| 00111111111101110010 |
| user output |
|---|
| 00111111111101110010 |
Test 7
Group: 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
Group: 2
Verdict: ACCEPTED
| correct output |
|---|
| 00110101100110010010 |
| user output |
|---|
| 00110101100110010010 |
Test 9
Group: 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
Group: 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
Group: 3
Verdict: ACCEPTED
| correct output |
|---|
| 011000101010101001001011100100... |
| user output |
|---|
| 011000101010101001001011100100... |
Test 12
Group: 3
Verdict: ACCEPTED
| correct output |
|---|
| 011010111001101000001001101001... |
| user output |
|---|
| 011010111001101000001001101001... |
Test 13
Group: 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
Group: 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
Group: 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'