#include int main( void ){ int N; if(!scanf( "%d", &N )) return -1; printf( "%d\n", ( int )( N * 1.5 )); return 0; }