fork download
  1. # cook your dish here
  2. a = int(input())
  3. b = int(input())
  4. c = int(input())
  5. d = int(input())
  6. e = int(input())
  7. f = int(input())
  8.  
  9. sum = a + b + c + d + e + f
  10. print(sum // 6)
Success #stdin #stdout 0.11s 14080KB
stdin
3
7
5
2
1
6
stdout
4