Main.cc: In function ‘int main()’:
Main.cc:13:1: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
13 | else
| ^~~~
Main.cc:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
14 | printf("%c
",'D'-(s-60)/10);
|
Main.cc:14: note: ‘-Wmisleading-indentation’ is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
Main.cc:14:29: error: expected ‘}’ at end of input
14 | printf("%c
",'D'-(s-60)/10);
| ^
Main.cc:4:11: note: to match this ‘{’
4 | int main(){
| ^