← Back to List

1402번: 아무래도이문제는A번난이도인것같다 ↗

Solutions

Python 3
76 B | 76 chars
for _ in range(int(input())):
  a,b=map(int,input().split())
  print('yes')