#include using namespace std; int main(){ int n; cin>>n; string s,a; cin>>s; if(n>1){ a="YES"; } else { a="NO"; } cout<