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