Problem shortest
User bz
Submission Time 2024-01-02 18:33:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shortest.cpp:2:27: error: stray β€˜#’ in program
2 | seed = float(val / 2) # need to come up with a algorithm to choose optimum seed value
| ^
shortest.cpp:1:1: error: β€˜def’ does not name a type
1 | def newton_raphson(val):
| ^~~