import math a = int(input()) b = int(input()) c = int(input()) result = ( math.log(1 + c) / -b)**4 + abs(a) print(result)
Standard input is empty
Standard output is empty
Traceback (most recent call last): File "./prog.py", line 3, in <module> EOFError: EOF when reading a line