Problem nostatement
User Ok
Submission Time 2023-01-28 23:28:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp: In function ‘int main()’:
nostatement.cpp:22:14: error: expected ‘;’ before ‘for’
22 | N = 30000000
| ^
| ;
23 |
24 | for(int i = 0; i <= N; i++){
| ~~~
nostatement.cpp:24:20: error: ‘i’ was not declared in this scope
24 | for(int i = 0; i <= N; i++){
| ^
nostatement.cpp:32:7: error: ‘j’ was not declared in this scope
32 | if(j >= floor(sqrt(N)) + 1){
| ^