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