/in/foo.cc: In function 'void sd(T&)':
/in/foo.cc:13:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(c=gc(),47<c&&c<58)x=x*10+c-48;x*=y;
^~~~~
/in/foo.cc:13:41: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(c=gc(),47<c&&c<58)x=x*10+c-48;x*=y;
^
/in/foo.cc: In function 'void we(T)':
/in/foo.cc:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(C>1<<20)Ot();if(x<0)sr[++C]=45,x=-x;
^~
/in/foo.cc:18:21: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(C>1<<20)Ot();if(x<0)sr[++C]=45,x=-x;
^~
/in/foo.cc:20:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(sr[++C]=z[Z],--Z);sr[++C]='\n';
^~~~~
/in/foo.cc:20:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
while(sr[++C]=z[Z],--Z);sr[++C]='\n';
^~