//============================================================================ // Name : yuki272.cpp // Author : // Version : // Copyright : Your copyright notice // Description : Hello World in C++, Ansi-style //============================================================================ #include using namespace std; int main() { int x; cin >> x; cout << !x << endl; return 0; }