就差10分了
查看原帖
就差10分了
841381
827899298kk楼主2023/3/30 11:05
#include<iostream>
#include<cmath>
using namespace std;
long long n;
int main()
{
    cin >> n;
    cout << round(pow(n, 1.0 / 3)) << endl;
    return 0;
}```
2023/3/30 11:05
加载中...