Main.cc: In function 'double a(int)': Main.cc:5:5: error: 'zs' was not declared in this scope if(zs%70!=0){ ^ Main.cc: In function 'int main()': Main.cc:17:3: error: 'ain' was not declared in this scope ain>>e[i]; ^ Main.cc:17:8: error: 'e' was not declared in this scope ain>>e[i]; ^ Main.cc:21:13: error: 'e' was not declared in this scope sum=sum+a(e[i]); ^ Main.cc:21:17: error: 'a' cannot be used as a function sum=sum+a(e[i]); ^