Ankit_132

A

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