#include <stdio.h> int main( void ) { double a; scanf( "%lf", &a ); printf( "%.2lf\n", a>0?-a:+a ); }