Main.cc: In function ‘int main()’: Main.cc:8:11: error: ‘flag’ was not declared in this scope int j=i;flag=1; ^~~~ Main.cc:8:11: note: suggested alternative: ‘log’ int j=i;flag=1; ^~~~ log