fork download
  1. c = -(0.1/3.5) + 2 * ((0.1/3.5) + 0.5)^(0.5) - 500
  2. print (c)
Runtime error #stdin #stdout #stderr 0.01s 27704KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
TypeError: unsupported operand type(s) for ^: 'float' and 'float'