| Problem | cuberoot |
|---|---|
| User | zhangdi |
| Submission Time | 2026-01-16 12:03:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int binary(int, int, int, int)’:
cuberoot.cpp:7:7: error: ‘bianry’ was not declared in this scope; did you mean ‘binary’?
7 | else bianry(l,mid,(l+mid)/2,a);
| ^~~~~~
| binary