Problem | celldivision |
---|---|
User | blackscreen1 |
Submission Time | 2024-12-23 14:32:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
celldivision.cpp: In function ‘int main()’:
celldivision.cpp:60:36: error: invalid operands of types ‘void’ and ‘const char [2]’ to binary ‘operator<<’
60 | print(64 - __builtin_clzll(n+1)) << " ";
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^~ ~~~
| | |
| void const char [2]