#include<stdio.h>int main(void){ double x, y; scanf("%lf",&x); y = x/5*(x * x + 4); printf("%lf\n",y);}
2.0
3.200000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!