#include int main(){ int N; char S[1000000]; scanf("%d",&N); scanf("%s",S); //just kidding printf("YES\n"); return 0; }