#include #include using namespace std; int main(){ double a; double b; cin >>a; b=a*a/2.0/2.0; printf("%.2f",b); return 0; }