#include<cmath> #include<iostream> using namespace std; int main(){ double n; cin>>n; cout<<fabs(n)<<endl; return 0; }