Problem | celldivision |
---|---|
User | kxd |
Submission Time | 2023-01-18 00:23:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
celldivision.cpp: In function ‘int main()’:
celldivision.cpp:36:2: error: ‘ll’ was not declared in this scope
36 | ll query;
| ^~
celldivision.cpp:38:3: error: ‘query’ was not declared in this scope
38 | query = readint();
| ^~~~~
celldivision.cpp:39:5: error: expected ‘;’ before ‘ans’
39 | ll ans = f(query);
| ^~~~
| ;
celldivision.cpp:40:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
40 | print(ans);
| ^~~
| abs