#37324: Python 四行解


andylu4146@gmail.com (41247001S 盧昱安)

學校 : 格致中學
編號 : 182610
來源 : [150.117.190.240]
最後登入時間 :
2025-09-10 19:49:08

if int("".join(input().split()))%11 == 0:
print('Yes')
else:
print('No')