#include "bits/stdc++.h" #define rep(i,n) for(int i=0;i> N; int ans = N * 1.5; cout << ans << endl; }