strange_device.cpp: In function 'int main()':
strange_device.cpp:12:24: warning: comparison of integer expressions of different signedness: 'std::set<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} and 'const long long int' [-Wsign-compare]
12 | if(st.size()==max(a,b))break;
| ~~~~~~~~~^~~~~~~~~~
strange_device.cpp:15:20: warning: comparison of integer expressions of different signedness: 'std::set<std::pair<long long int, long long int> >::size_type' {aka 'long unsigned int'} and 'const long long int' [-Wsign-compare]
15 | if(st.size()==max(a,b))break;
| ~~~~~~~~~^~~~~~~~~~