Problem | cuberoot |
---|---|
User | Priyankha13 |
Submission Time | 2023-11-09 11:58:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:21:20: error: expected ‘;’ before ‘}’ token
21 | cout << l << "/n"
| ^
| ;
22 | }
| ~