Problem nostatement
User username
Submission Time 2023-01-02 21:33:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp: In function ‘int main()’:
nostatement.cpp:17:23: error: ‘maxn’ was not declared in this scope; did you mean ‘main’?
17 | for (int j=i*2;j<=maxn;j+=i){
| ^~~~
| main