#include using namespace std; int main(){ int n; cin >> n; cout << (int)(n*1.5) << endl; return 0; }