#19973: __答案


s102163@stds.ntueees.tp.edu.tw (趙冠柏)


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

}