#include int main(){ int a,b,c,d,e,f; scanf("%d.%d.%d%d.%d.%d",&a,&b,&c,&d,&e,&f); printf(d>a||d==a&&e>b||d==a&&e==b&&f>c?"NO":"YES"); return 0; }