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