#include int main(){ int n; int *s; int i,j; scanf("%d",&n); scanf("%s",s); if(n==1)printf("NO\n"); else printf("YES\nw"); return 0; }