Run ID:86781

提交时间:2024-07-27 23:55:35

m,k=input().split() a=m.count("3") if int(m)%19==0 and a==int(k): print("YES") else: print("NO")