fork download
  1. import math
  2. a = int(input())
  3. b = int(input())
  4. c = int(input())
  5. a = (a+b+c)/2
  6. print(math.ceil(a))
  7.  
  8.  
Runtime error #stdin #stdout #stderr 0.02s 28384KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 2, in <module>
EOFError: EOF when reading a line