4 条题解

  • 1
    @ 2025-1-30 19:43:42

    最短代码(AC)

    #include<stdio.h>
    int main(){printf("C");}
    

    还有谁???

    • @ 2025-1-30 19:52:03

      其实真有更短

      #include<cstdio>
      int main(){printf("C");}
      
  • 0
    @ 2025-2-13 19:07:11
    #include<iostream>
    #include<fstream>
    #include<iomanip>
    #include<cstdio>
    #include<cstring>
    #include<cmath>
    #include<algorithm>
    #include<stack>
    #include<queue>
    #include<string>
    //#pragma GCC optimize(2)//O2优化
    //#pragma GCC optimize(3)//O3优化
    //f6停止程序
    #define LL long long
    using namespace std;
    const int N=1e5+10;
    const int Inf=0x3f3f3f3f;
    LL a,b,c,d[N]; 
    int main(){
    // 	freopen("xxx.in","r",stdin);
    //	freopen("xxx.out","w",stdout);
    	cout<<"A";
    	return 0;
    }
    
    
    
    
    • 0
      @ 2023-7-13 9:46:45

      #include<iostream using namespace std; int main() { return 0; }

      • -2
        @ 2023-9-2 22:12:49
        #include <iostream>
        #include <iomanip>
        #include <cmath>
        using namespace std;
        int main()
        {
        	cout << "C";
        	return 0;
        }
        
      • 1

      信息

      ID
      1502
      时间
      1000ms
      内存
      256MiB
      难度
      5
      标签
      递交数
      105
      已通过
      41
      上传者