/in/foo.cc: In member function 'void big::pt()':
/in/foo.cc:75:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for (i=len-1;i;i--)printf("%08lld",a[i]); printf("\n");
^~~
/in/foo.cc:75:45: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
for (i=len-1;i;i--)printf("%08lld",a[i]); printf("\n");
^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:133:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (mm%3==1)res.de();if (mm%3==0)res.jia();
^~
/in/foo.cc:133:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if (mm%3==1)res.de();if (mm%3==0)res.jia();
^~