Main.cc: In function ‘int main()’: Main.cc:8:2: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] while(b<=c); ^~~~~ Main.cc:9:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ if(b%2!=0); ^~ Main.cc:9:6: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] Main.cc:10:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ c=c+3; ^ Main.cc: At global scope: Main.cc:12:6: error: ‘b’ does not name a type b++; ^ Main.cc:13:6: error: ‘cout’ does not name a type; did you mean ‘cosl’? cout<