#include #define rep(i,n) for(int i=0;i<(n);i++) using namespace std; int main(){ unsigned n; scanf("%u",&n); printf("%u\n",n*3/2); return 0; }