Problem | cuberoot |
---|---|
User | Fibohyan |
Submission Time | 2024-02-09 23:36:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:52:3: error: ‘elseif’ was not declared in this scope
52 | elseif(x==0){cout<<0<<"\n"}
| ^~~~~~
cuberoot.cpp:53:3: error: ‘else’ without a previous ‘if’
53 | else{
| ^~~~