2 条题解

  • 1
    @ 2023-3-11 10:36:58
    //#include<bits/stdc++.h>
    //using namspace std;
    //int main(){
    //    return 0;
    //}
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	cout<<"1534";
    	return 0;
    }
    
    • -1
      @ 2023-8-22 10:48:25
      #include<bits/stdc++.h>
      using namespace std;
      int main(){
      	int n=1;
      	for(int i=1;i<10;i++) n=(n+1)*2;
      	cout<<n;
      }
      
      • 1

      信息

      ID
      83
      时间
      1000ms
      内存
      16MiB
      难度
      4
      标签
      递交数
      116
      已通过
      54
      上传者