| Problem | shortest |
|---|---|
| User | bz |
| Submission Time | 2024-01-02 18:32:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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):
| ^~~