#include<bits/stdc++.h> using namespace std; int main(){ double n; cin >> n; double ans = 1.5*n; cout << (int)ans << endl; }