using namespace std; #include int main(){ string S; cin >> S; if(S == "575"){ cout << "YES" << endl; }else{ cout << "NO" << endl; } }