1 solutions

  • 1
    @ 2024-9-15 11:49:05
    #include<bits/stdc++.h> 
    using namespace std;
    
    const int maxn = 114514;
    
    int main(){
    	long long a;
    	cin >> a;
    	long long b;
    	b = pow(a, (long double)1.0 / 3.0);
    	cout << b;
    	return 0;
    }
    
    • 1

    Information

    ID
    7645
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    2
    Tags
    # Submissions
    3
    Accepted
    1
    Uploaded By