#49152: c++不用if


yp11451063@yphs.tp.edu.tw (711-27周秉翰)


#include<iostream>
using namespace std;
int main(){
int zero;
cin>>zero;
cout<<(zero-1)*(-1);
}