2 条题解

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

    最短AC代码

    能比我短算他NB

    #include<cstdio>
    int main(){printf("A:2 B:3 C:4 D:1");}
    
    • @ 2025-2-13 19:28:47

      python:

      print("A:2 B:3 C:4 D:1");
      
  • 0
    @ 2023-9-3 17:13:15
    #include <iostream>
    #include <iomanip>
    #include <cmath>
    using namespace std;
    int main()
    {
    	cout << "A:2" << " " << "B:3" << " " << "C:4" << " " << "D:1";
    	return 0;
    }
    
    • @ 2023-9-3 17:13:41

      适合初学者的超简单代码

  • 1

信息

ID
1506
时间
1000ms
内存
256MiB
难度
6
标签
递交数
40
已通过
12
上传者