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