#include <iostream>
using namespace std;
int main() {
int x;
cin >> x;
if (x < 0) {
x = -x;
}
cout << x;
return 0;
}
I2luY2x1ZGUgPGlvc3RyZWFtPgp1c2luZyBuYW1lc3BhY2Ugc3RkOwoKaW50IG1haW4oKSB7CiAgICBpbnQgeDsKICAgIGNpbiA+PiB4OwogICAgaWYgKHggPCAwKSB7CiAgICAgICAgeCA9IC14OwogICAgfQogICAgY291dCA8PCB4OwogICAgcmV0dXJuIDA7Cn0=