#55592: C++解


yp11550121@yphs.tp.edu.tw (711-22林沛翰)


#include <iostream>

using namespace std;

int main(){
bool x;
cin>>x;
cout<<!x;
}