#54314: 最簡單的c++解法


1130335@stu.wghs.tp.edu.tw (Quincy)


#include <iostream>
using namespace std;

int main() 
{
    bool b;
    cin>>b;
    cout<<!b;
    return 0;
}