#include #include using namespace std; int main(){ long a; cin >> a; a = a*3/2; cout << a << endl; }