#include using namespace std; int main() { double f; cin >> f; cout << fixed << setprecision(2) << fabs(f); return 0; }