2 条题解

  • 0
    @ 2025-4-26 8:12:07
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<"55";
        return 0;
    }
    
    • 0
      @ 2024-12-24 10:06:18

      C++ :

      
      #include<bits/stdc++.h>
      using namespace std;
      long long n,a[10001];
      int main(){
      	cout<<55;
      }
      
      • 1

      信息

      ID
      2625
      时间
      1000ms
      内存
      128MiB
      难度
      10
      标签
      递交数
      2
      已通过
      1
      上传者