#include "bits/stdc++.h" using namespace std; int main() { double N; cin >> N; printf("%.6lf\n", N * 3.5); }