5 条题解

  • 2
    @ 2023-3-19 20:22:02
    #include<bits/stdc++.h>
    using namespace std;
    int main( ) 
    {
        cout<<"Hello, World!";
        return 0;
    }
    
    • 1
      @ 2023-4-8 11:32:51

      #include<bits/stdc++.h> using namespace std; int main( ) { cout<<"Hello, World!"; return 0; }

      • 1
        @ 2023-3-19 10:55:44
        #include<bits/stdc++.h>
        using namespace std;
        int main( ) {
            cout<<"Hello, World!";
            return 0;
        }
        
        • 1
          @ 2023-3-4 14:47:22

          #include<bits/stdc++.h> using namespace std; int main( ) { cout<<"Hello, World!"; return 0; }

          • 0
            @ 2023-7-10 15:58:11

            #include<bits/stdc++.h> using namespace std; int main() { cout<<"Hello,world"; return 0; }

            • 1

            信息

            ID
            978
            时间
            1000ms
            内存
            256MiB
            难度
            1
            标签
            递交数
            220
            已通过
            107
            上传者