#include #include #include #include int main(void) { int not; scanf("%d",¬); if(not==0) { printf("1"); } else { printf("0"); } }