Main.cc: In function 'int main()': Main.cc:6:50: error: expected ';' before '}' token for(int i=1;i<=n;i++){if(i%m==0) cout<<i<<' '} ^