Not A + B

아직 제출이 없습니다시간 제한1초메모리 제한256 MB

문제

You are required to print a value of cc which is not equal to the sum of two given numbers aa and bb.

입력

First line contains an integer tt --- number of tests. Next tt lines contain two integers aa and bb each.

출력

You are required to output an integer cc for each test in a separate line. If there are multiple solutions, you may output any of them.

제한

  • 1t1031 \le t \le 10^3
  • 1a,b50 1 \le a, b \le 50
  • 1c501 \le c \le 50