#include int main() { int N; std::cin >> N; if (N) std::cout << "No" << std::endl; else std::cout << "Yes" << std::endl; }