#include <iostream>
#include <iomanip>

std::cout << "Result: " << std::setprecision(5) << (double)x / 4 << "\n";