2 条题解

  • 1
    @ 2025-11-16 10:05:23
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	cout<<"*";
    	return 0;
    }
    
    
    
    • 0
      @ 2024-12-24 9:54:27

      C++ :

      #include<bits/stdc++.h>
      using namespace std;
      int a;
      int main()
      {
      	cout<<"*";
      	return 0;
      }
      
      • 1

      信息

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