#include #define rep(i,n) for(int i=0;i> S[i]; sort(S, S + 6); for (int i=1; i<=4; i++) ans += S[i]; printf("%.2f\n", ans / 4.0); }