#include using namespace std; int main() { int N; cin >> N; cout << (double) N / 2 << endl; return 0; }