1 条题解

  • 2
    @ 2023-10-2 16:23:16
    #include<iostream>
    #include<cmath>
    using namespace std;
    int main(){
        int a,b;
        cin >> a >> b;
        cout << pow(a,b);
        return 0;
    }
    
    • 1

    信息

    ID
    6874
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    (无)
    递交数
    37
    已通过
    28
    上传者