Bài min


Submit solution

Points: 1 (partial)
Time limit: 1.0s
Memory limit: 537M

Problem type
Đầu vào:
  • Nhập n số lượng test
  • \(n\) dòng tiếp theo mỗi dòng 2 số nguyên \(x, y\)
Đầu ra:
  • \(n\) dòng là \(max\) của \(x, y\) tương ứng
Input
3
3 4
5 6
7 5
Output
4
6
7

Comments

There are no comments at the moment.