| Problem | cuberoot | 
|---|---|
| User | Yizhou | 
| Submission Time | 2024-06-01 22:53:54 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 cuberoot.cpp:9:21: error: missing terminating ' character
    9 |   cout<<pow(n,1/3)<<'\n;
      |                     ^~~~
cuberoot.cpp: In function βint main()β:
cuberoot.cpp:10:2: error: expected primary-expression before β}β token
   10 |  }
      |  ^