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