#include <stdio.h> int main() { int a,b,c,d,e; e=(a+b+c+d)/4; scanf("%d%d%d%d\n",&a,&b,&c,&d); printf("%f\n",e); return 0; }