import java.util.*; /* Name of the class has to be "Main" only if the class is public. */ class Ideone { { double q,w,e,r,t,y,u,s; u=sc.nextDouble(); q=sc.nextDouble(); w=sc.nextDouble(); e=sc.nextDouble(); r=sc.nextDouble(); t=sc.nextDouble(); y=sc.nextDouble(); s=(y+q+w+e+r+t)*100/u; } }