Problem cuberoot
User yongteckrice
Submission Time 2023-05-20 17:29:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp:14:14: error: missing terminating ' character
14 | cin >> temp'
| ^
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:14:14: error: expected ‘;’ before ‘nums’
14 | cin >> temp'
| ^
| ;
15 | nums[g] = temp;
| ~~~~