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