#include using namespace std; #define int long long signed main() { int N; cin >> N; int tmp = 1.5 * N; cout << tmp << endl; return 0; }