Problem | cuberoot |
---|---|
User | yf004 |
Submission Time | 2023-12-31 11:26:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:4:1: error: empty character constant
4 | '''def cuberoot(x):
| ^~
cuberoot.cpp:4:3: error: missing terminating ' character
4 | '''def cuberoot(x):
| ^~~~~~~~~~~~~~~~~
cuberoot.cpp:14:23: error: empty character constant
14 | return mid'''
| ^~
cuberoot.cpp:14:25: error: missing terminating ' character
14 | return mid'''
| ^
cuberoot.cpp:2:1: error: ‘import’ does not name a type
2 | import math
| ^~~~~~