#include using namespace std; int main() { int n = 0; cin >> n; printf("%.1lf", 1.0 * n * n / 4); return 0; }