Problem cuberoot
User MasterCoder8421
Submission Time 2026-03-06 14:17:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp:1:11: error: expected ‘]’ before ‘,’ token
1 | [[input()],[print(int(i)**(1/3)) for i in input().split()]]
| ^
| ]
cuberoot.cpp:1:59: error: expected unqualified-id at end of input
1 | [[input()],[print(int(i)**(1/3)) for i in input().split()]]
| ^