#include using namespace std; int main(void) { int N; cin >> N; cout << fixed << N * 3.5 << endl; return 0; }