2 条题解

  • 0
    @ 2025-4-24 20:16:37
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<"9 6 5 2 16";
        return 0;
    }
    
    • 0
      @ 2024-12-24 10:06:16

      C++ :

      #include <cstdio>
      using namespace std;
      int main()
      {
        printf("9 6 5 2 16\n");
         return 0;
      }
      
      • 1

      信息

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