Main.cc: In function 'int main()': Main.cc:13:12: error: 'with' was not declared in this scope with(j){ ^ Main.cc:8:9: warning: unused variable 'a' [-Wunused-variable] int a,i=0,j=0,n,num=0; ^