#33994: __笑死


yp11151226@yphs.tp.edu.tw (80641owo)


#include<iostream> 
#include<cmath>
using namespace std;
int main(){ 
    int a;
    cin>>a;
    cout<<abs(a)<<endl;
}