#include using namespace std; int main() { int X; scanf("%d",&X); printf("%d\n",!X); }