#include <iostream> using namespace std; int main() { int x,y; cin>>x; y=x^x^x^x; cout<<y; return 0; } // 64 位输出请用 printf("%lld")