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