5 条题解

  • 1
    @ 2024-3-17 11:20:31

    #include<bits/stdc++.h> using namespace std; int main(){ int n,i=1; cin>>n; while(n>0){ i=i*2; n--; } cout<<i; return 0; }

    信息

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