| Problem | celldivision |
|---|---|
| User | shenshiqi |
| Submission Time | 2026-02-28 11:22:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
30 | ans = 64 - __builtin_clzll(query+1);
| ^~~
| abs