#include using namespace std; int main() { int N; cin >> N; cout << fixed << setprecision(5) << N / 2.0 << "\n"; }