Problem cuberoot
User ZhangBowen
Submission Time 2025-04-24 10:16:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:4:15: error: ‘cin’ was not declared in this scope
4 | long long N; cin>>N;
| ^~~
cuberoot.cpp:5:7: error: ‘i’ was not declared in this scope
5 | for (i=0;i<N;i++){
| ^
cuberoot.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout<<cbrt(temp)<<endl;
| ^~~~
cuberoot.cpp:7:9: error: ‘cbrt’ was not declared in this scope
7 | cout<<cbrt(temp)<<endl;
| ^~~~
cuberoot.cpp:7:21: error: ‘endl’ was not declared in this scope
7 | cout<<cbrt(temp)<<endl;
| ^~~~