#55169: ans.


yp11451201@yphs.tp.edu.tw (702-36李恩宇)


#include <iostream>
using namespace std;
int main()
{
int a;
cin>>a;
cout<< !a;
}