Problem | celldivision |
---|---|
User | blackscreen1 |
Submission Time | 2024-12-23 14:32:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
celldivision.cpp: In function ‘int main()’:
celldivision.cpp:59:12: error: too many arguments to function ‘long long int readint()’
59 | readint(n)
| ^
celldivision.cpp:36:11: note: declared here
36 | inline ll readint() {
| ^~~~~~~
celldivision.cpp:59:13: error: expected ‘;’ before ‘print’
59 | readint(n)
| ^
| ;
60 | print(64 - __builtin_clzll(n+1)) << " ";
| ~~~~~