#include<iostream> using namespace std; int check(int x) { return
} int main() { int x; cin >> x; cout << check(x); return 0; }