/in/foo.cc: In function 'int main()':
/in/foo.cc:19:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else
^~~~
/in/foo.cc:20:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
j--,t++;break;
^~~~~
/in/foo.cc:23:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else
^~~~
/in/foo.cc:24:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
i--,t++;break;
^~~~~
/in/foo.cc:27:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else
^~~~
/in/foo.cc:28:15: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
j++,t++;break;
^~~~~
/in/foo.cc:31:6: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
else
^~~~
/in/foo.cc:32:19: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'else'
i++,t=1,k++;break;;
^~~~~