foo.cc: In function 'int main()':
foo.cc:7:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (a>b);
^~
foo.cc:8:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
{
^
foo.cc:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (a>c);
^~
foo.cc:14:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
{
^
foo.cc:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (b>c);
^~
foo.cc:20:6: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
{
^
[Hydro](https://hydro.ac)提供评测服务