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