1 solutions

  • 0
    @ 2024-10-3 16:37:22

    #include <stdio.h>
    #include <math.h> int main() {

    int a,n;

    scanf("%d %d",&a,&n);
    printf("%.0f",pow(a,n));
    

    return 0;
    }

    Information

    ID
    6746
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    3
    Tags
    (None)
    # Submissions
    89
    Accepted
    46
    Uploaded By