net.cpp: In function 'int main()':
net.cpp:67:19: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
67 | for(int i = 0; i < b.size(); ++i){
| ~~^~~~~~~~~~
net.cpp:68:24: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
68 | for(int j = i + 1; j < b.size(); ++j){
| ~~^~~~~~~~~~
net.cpp:76:19: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<std::pair<long long int, std::pair<long long int, long long int> > >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
76 | for(int i = 0; i < a.size(); ++i){
| ~~^~~~~~~~~~
net.cpp:77:7: warning: unused variable 'x' [-Wunused-variable]
77 | int x = a[i].ff, y = a[i].ss.ff, z = a[i].ss.ss;
| ^
net.cpp:83:19: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
83 | for(int i = 0; i < b.size(); ++i){
| ~~^~~~~~~~~~
net.cpp:86:21: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
86 | for(int j = 0; j < b.size(); ++j){
| ~~^~~~~~~~~~