Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
for (int j=1;j<=9;j++)
^~~
/in/foo.cc:41:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
dfs(1,1,0);
^~~