n,s=map(int,input().split()) print('Yes' if 25<=s<30*n else 'No')