2 条题解

  • 1
    @ 2023-9-3 21:08:50
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	cout<<"Hello world"<<endl;
    	return 0;
    }
    
    • 0
      @ 2022-8-15 20:02:36

      #include <bits/stdc++.h>

      using namespace std;

      int main(){

      cout<<"Hello world";

      return 0;

      } 不会吧不会吧有人连这个都不会

      • 1

      信息

      ID
      1070
      时间
      1000ms
      内存
      256MiB
      难度
      2
      标签
      递交数
      36
      已通过
      26
      上传者