foo.cc: In function 'void dfs(int, int, int)':
foo.cc:37:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
37 | else c[b[a[3][x]]]=0,b[a[3][x]]=-1;return;}
| ^~~~
foo.cc:37:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
37 | else c[b[a[3][x]]]=0,b[a[3][x]]=-1;return;}
| ^~~~~~
foo.cc: In function 'int main()':
foo.cc:57:12: warning: suggest parentheses around comparison in operand of '==' [-Wparentheses]
57 | if(a[1][n]==a[2][n]==a[3][n])b[a[1][n]]=0,c[0]=1;
| ~~~~~~~^~~~~~~~~
foo.cc:53:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
53 | scanf("%d",&n);for(ri i=0;i<3;i++){
| ~~~~~^~~~~~~~~
foo.cc:54:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
54 | scanf("\n%s",s[i]);for(ri j=0;j<n;j++){
| ~~~~~^~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务