Problem | cuberoot |
---|---|
User | shashi93 |
Submission Time | 2024-04-19 15:10:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:8:42: error: expected ‘;’ before ‘long’
8 | ios_base::sync_with_stdio(0); cin.tie(0)
| ^
| ;
cuberoot.cpp:10:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | cin >> n;
| ^
| yn
cuberoot.cpp:12:10: error: ‘x’ was not declared in this scope
12 | cin >> x;
| ^