Village.cpp: In function 'int main()':
Village.cpp:103:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
103 | for(auto &i:S1::ansv)cout<<i.fs<<' ';cout<<'\n';
| ^~~
Village.cpp:103:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
103 | for(auto &i:S1::ansv)cout<<i.fs<<' ';cout<<'\n';
| ^~~~
Village.cpp:104:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
104 | for(auto &i:S1::ansv)cout<<i.sc<<' ';cout<<'\n';
| ^~~
Village.cpp:104:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
104 | for(auto &i:S1::ansv)cout<<i.sc<<' ';cout<<'\n';
| ^~~~
Village.cpp:105:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
105 | for(auto &i:S2::ansv)cout<<i.fs<<' ';cout<<'\n';
| ^~~
Village.cpp:105:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
105 | for(auto &i:S2::ansv)cout<<i.fs<<' ';cout<<'\n';
| ^~~~
Village.cpp:106:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
106 | for(auto &i:S2::ansv)cout<<i.sc<<' ';cout<<'\n';
| ^~~
Village.cpp:106:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
106 | for(auto &i:S2::ansv)cout<<i.sc<<' ';cout<<'\n';
| ^~~~