#55591: C++ 解答


yp11550392@yphs.tp.edu.tw (ZEROJUDGE)


#include <iostream>
using namespace std;

int main() {
    int n;
    cin >> n;
    cout << 1 - n << endl;
    return 0;
}

 

//嚴禁抄襲 !