Problem | celldivision |
---|---|
User | dacashew |
Submission Time | 2023-01-14 11:24:55 |
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=log(query+1)/log(2);
| ^~~~
| ;
celldivision.cpp:32:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
32 | print(ans);
| ^~~
| abs