Main.cpp: In function 'int main()':
Main.cpp:21:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
21 | else b+=100;lt=tmp;
| ^~~~
Main.cpp:21:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
21 | else b+=100;lt=tmp;
| ^~
Main.cpp:28:13: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
28 | else e+=100;lt=tmp;
| ^~~~
Main.cpp:28:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
28 | else e+=100;lt=tmp;
| ^~