Problem | celldivision |
---|---|
User | eulerleonhardfan |
Submission Time | 2023-01-13 22:02:19 |
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:38:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
38 | print(ans);
| ^~~
| abs