/in/foo.cc: In function 'void print(int)':
/in/foo.cc:21: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:21: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:23:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
while(sr[++C]=z[Z],--Z);sr[++C]='\n';
^~~~~
/in/foo.cc:23: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';
^~
/in/foo.cc: In function 'int query(int, int)':
/in/foo.cc:66:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(k>dep[u]) return 0;if(k==0) return u;
^~
/in/foo.cc:66:27: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(k>dep[u]) return 0;if(k==0) return u;
^~