triusis.cpp: In function 'int main()':
triusis.cpp:16: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]
16 | for(int i = 0 ; i < b.size() ; i++){
| ~~^~~~~~~~~~
triusis.cpp:18:16: 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]
18 | if(idx == v.size()) v.pb(b[i]);
| ~~~~^~~~~~~~~~~