12 条题解

  • 1
    @ 2025-12-13 21:29:26
    #include<cstdio>
    #include<cctype>
    #include<string.h>
    #include<math.h>
    #include<cmath>
    #include<algorithm>
    using namespace std;
    long long cnt=1;
    int main()
    {
     	int n;
     	cin>>n;
     	for(int i=1;i<=n;i++)
     	{
     		cnt*=2;
    	 }
    	cout<<cnt;
    	return 0;
    }
    
    
    

    信息

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