#include <stdio.h> int main( void ) { double inch; scanf( "%lf", &inch ); printf( "%.2lf\n", inch*2.54 ); }