#include int main() { float n; std::cin >> n; std::cout << (n*3.50f) << std::endl; }