#include using namespace std; int main() { int x; std::cin >> x; if(x) std::cout << 0 <