#include<bits/stdc++.h> using namespace std; int main() { double x; cin>>x; cout<<abs(x); return 0; }