13 条题解

  • 0
    @ 2026-4-12 8:57:48
    #include <bits/stdc++.h>
    using namespace std;
    int main()
    {
        int n,result;
        cin >> n;
        result = pow(2,n);
        cout << result;
        return 0;
    }
    

    信息

    ID
    826
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    1001
    已通过
    470
    上传者