Problem celldivision
User chenweilian
Submission Time 2023-01-27 19:17:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

celldivision.cpp: In function ‘int main()’:
celldivision.cpp:24:2: error: ‘ll’ was not declared in this scope
24 | ll query;
| ^~
celldivision.cpp:26:3: error: ‘query’ was not declared in this scope
26 | query = readint();
| ^~~~~
celldivision.cpp:28:5: error: expected ‘;’ before ‘ans’
28 | ll ans;
| ^~~~
| ;
celldivision.cpp:30:28: error: ‘a’ was not declared in this scope
30 | print(64-__builtin_clzll(a+1));
| ^