worst_reporter2.cpp: In function 'void dfs(long long int)':
worst_reporter2.cpp:23:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
23 | if(itr==begin(S[s])) break; itr--;
| ^~
worst_reporter2.cpp:23:31: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
23 | if(itr==begin(S[s])) break; itr--;
| ^~~
worst_reporter2.cpp: In function 'int32_t main()':
worst_reporter2.cpp:36:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
36 | if(i>1) adj[a[i]].pb(i); tot+=c[i];
| ^~
worst_reporter2.cpp:36:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
36 | if(i>1) adj[a[i]].pb(i); tot+=c[i];
| ^~~