# include<iostream> using namespace std; int main(){ float i;cin>>i; if(i<0){ i-=2*i; }printf("%.2f",i); return 0; }