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