View Code of Problem 88

a,b,c,d,e,f=map(int,input().split())
print(f+e+d+(3+c)//4)

Double click to view unformatted code.


Back to problem 88