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