2 条题解

  • 0
    @ 2025-1-15 17:54:16
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	cout << "Hello,World!";
    	return 0;
    }
    

    本题主要考验对框架的熟练度,多敲几遍就好了

    • 0
      @ 2025-1-13 20:36:36

      #include<bits/stdc++.h> using namespace std;

      int main(){ ** cout<<"Hello,World!";** ** return 0;** }

      • 1

      信息

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