Main.cc: In function 'bool isprime(int)': Main.cc:5:20: error: 'n' was not declared in this scope for(int i=2;i<=n/i;i++){ ^ Main.cc: In function 'int main()': Main.cc:12:19: warning: the address of 'bool isprime(int)' will always evaluate as 'true' [-Waddress] if(isprime)cout<<i<<" "; ^