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