8 solutions

  • 1
    @ 2025-11-24 19:51:36
    #include<bits/stdc++.h>
    using namespace std;
    int f(int x)
    {
        return x*x*x*x*x/x/x/x/x*x;
    }
    int main()
    {
        int a;
        cin>>a;
        cout<<f(a);
        return 0;
    }
    

    Information

    ID
    2
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    (None)
    # Submissions
    236
    Accepted
    126
    Uploaded By