Problem problemsetter
User popperoni
Submission Time 2025-07-22 22:34:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

problemsetter.cpp: In function ‘int32_t main()’:
problemsetter.cpp:36:6: error: ‘ll’ was not declared in this scope; did you mean ‘ull’?
36 | for(ll i = 1; i < maxr; i++){
| ^~
| ull
problemsetter.cpp:36:16: error: ‘i’ was not declared in this scope
36 | for(ll i = 1; i < maxr; i++){
| ^