Main.cpp: In function 'int main()':
Main.cpp:27:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
27 | for (int i=1; i<arr.size();i++){
| ~^~~~~~~~~~~
Main.cpp:34:20: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare]
34 | for (int i=1; i<brr.size();i++){
| ~^~~~~~~~~~~
Main.cpp:16:8: warning: unused variable 'elang' [-Wunused-variable]
16 | ll elang=0, bebek=0;
| ^~~~~
Main.cpp:16:17: warning: unused variable 'bebek' [-Wunused-variable]
16 | ll elang=0, bebek=0;
| ^~~~~