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