#19973: __答案


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

學校 : 臺北市私立延平高級中學
編號 : 110533
來源 : [203.72.178.252]
最後登入時間 :
2019-11-14 10:34:34

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

}