| Problem | cuberoot |
|---|---|
| User | CastyLoz17 |
| Submission Time | 2024-04-19 15:09:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:2:1: error: expected constructor, destructor, or type conversion before ‘num’
2 | num = [print(round(int(i)**(1/3))) for i in input().split(' ')]
| ^~~