Untitled
Anonymous
plain_text
01/26/2024 5:43 PM
332 B
13
Indexable
test_cases = int(input())
for _ in range(test_cases):
student_answer = int(input()) correct_answer = int (input())
if student_answer == 1 == correct_answer:
print ("YES" )
else student_answer != 1 != correct_answer:
print ("NO")Editor is loading...
Leave a Comment