werewolf.cpp: In function 'bool bfs(int, int, int, int)':
werewolf.cpp:15:9: error: 'tie' was not declared in this scope
15 | tie(form,city)=Q.front();
| ^~~
werewolf.cpp:3:1: note: 'std::tie' is defined in header '<tuple>'; did you forget to '#include <tuple>'?
2 | #include <queue>
+++ |+#include <tuple>
3 | using namespace std;
werewolf.cpp: In function 'std::vector<int> check_validity(int, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>, std::vector<int>)':
werewolf.cpp:40:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
40 | for (int i=0;i<X.size();i++)
| ~^~~~~~~~~
werewolf.cpp:46:19: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
46 | for (int i=0;i<S.size();i++)
| ~^~~~~~~~~