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