#29884: Python 一行


6plux (6+x)

學校 : 國立臺灣科技大學
編號 : 118706
來源 : [111.249.150.182]
最後登入時間 :
2024-07-08 14:01:37

r = [int(i) for i in input().split()]; print("Yes" if r==[6,12] else "No")