0_0_29014950_19974.cpp: In function 'int main()':
0_0_29014950_19974.cpp:15:3: error: expected ';' before 'for'
for(int i=0;i<limit;i++)
^
0_0_29014950_19974.cpp:15:15: error: 'i' was not declared in this scope
for(int i=0;i<limit;i++)
^
0_0_29014950_19974.cpp:16:16: error: 'j' was not declared in this scope
for(int j=2;j<=n;j++)
^
0_0_29014950_19974.cpp:19:6: error: 'else' without a previous 'if'
else
^
|