30分,大佬求改,代码如下
#include<bits/stdc++.h> using namespace std; int main(){** double n;** cin>>n;** cout<<cbrt(n);** }