Ankit_132

A

Nov 22nd, 2023
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1.  
  2. #include <bits/stdc++.h>
  3.  
  4. using namespace std;
  5.  
  6. #define _test   int _TEST; cin>>_TEST; while(_TEST--)
  7.  
  8. int main()
  9. {
  10.     _test
  11.     {
  12.         int x, y;
  13.         cin>>x>>y;
  14.  
  15.         cout<<2*max(x, y) - 1<<"\n";
  16.     }
  17. }
  18.  
Advertisement
Add Comment
Please, Sign In to add comment