Main.cc: In function ‘int main()’:
Main.cc:9:5: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
else; cout"2 4 5 8"
^~~~
Main.cc:9:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
else; cout"2 4 5 8"
^~~~
Main.cc:9:15: error: expected ‘;’ before string constant
else; cout"2 4 5 8"
^~~~~~~~~
Main.cc:10:13: warning: statement has no effect [-Wunused-value]
return 0;
^