#include using namespace std; int main() { long n,k; cin >> n >> k; double ans=n/2.0; cout << setprecision(8); cout << ans << endl; return 0; }