/in/foo.cc: In function 'void dFs(int)':
/in/foo.cc:27:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(mark[x])top[x]=x;dfn[x]=++cnt;
^~
/in/foo.cc:27:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(mark[x])top[x]=x;dfn[x]=++cnt;
^~~
/in/foo.cc: In function 'void calc(int, int, int)':
/in/foo.cc:37:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(!v[w[x]])bt[w[x]]=1,sum++;v[w[x]]++;
^~
/in/foo.cc:37:31: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
if(!v[w[x]])bt[w[x]]=1,sum++;v[w[x]]++;
^
FormatError('config file not found',)