#include using namespace std; int main() { int x; cin >> x; int ans = 1 - x; cout << ans << endl; return 0; }