bank.cpp: In function 'int main()':
bank.cpp:37: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]
37 | for(int j = 0 ; j < vc.size() ; j++){
| ~~^~~~~~~~~~~
bank.cpp:41: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]
41 | for(int j = 0 ; j < vc.size() ; j++){
| ~~^~~~~~~~~~~
bank.cpp:50:22: 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]
50 | for(int j = 0 ; j < mp[to][i].size() ; j++ ){
| ~~^~~~~~~~~~~~~~~~~~
bank.cpp:60:23: 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]
60 | for(int j = 0 ; j < mp[to][i].size() ; j++){
| ~~^~~~~~~~~~~~~~~~~~