Problem celldivision
User TheRaptor
Submission Time 2023-01-13 22:04:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

celldivision.cpp: In function ‘int main()’:
celldivision.cpp:25:2: error: ‘ll’ was not declared in this scope
25 | ll xx;
| ^~
celldivision.cpp:27:3: error: ‘xx’ was not declared in this scope; did you mean ‘x’?
27 | xx = readint();
| ^~
| x
celldivision.cpp:29:5: error: expected ‘;’ before ‘ans’
29 | ll ans;
| ^~~~
| ;