#include<iostream> long double a,x;main(){while(std::cin>>a)x+=a*1e6;printf("%.5Lf",x/1e6);}
注:必须为c++