Problem celldivision
User kxd
Submission Time 2023-01-18 00:38:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

celldivision.cpp: In function ‘int main()’:
celldivision.cpp:25:2: error: ‘ll’ was not declared in this scope
25 | ll query;
| ^~
celldivision.cpp:27:3: error: ‘query’ was not declared in this scope
27 | query = readint();
| ^~~~~
celldivision.cpp:28:5: error: expected ‘;’ before ‘ans’
28 | ll ans = 64-__builtin_clzll(query+1);
| ^~~~
| ;
celldivision.cpp:29:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
29 | print(ans);
| ^~~
| abs