#include using namespace std; int main() { int a; bool b; cin >> a; b = a; a = b; printf("%d", a); return 0; }