8 条题解

  • 4
    @ 2022-9-19 17:36:24
    #include <stdio.h>
    #include <iostream>
    using namespace std;
    int main()
    { 
    	cout << "Hello World!" << endl ;
    } 
    
    • 1
      @ 2025-3-18 17:19:12
      
      #include <iostream>
      using namespace std;
      int main()
      { 
      	cout << "Hello World!" << endl ;
      } 
      
      
      
      • 0
        @ 2024-5-19 21:16:41
        #include<iostream>
        using namespace std;
        int main()
        {
        	cout<<"Hello World!";
            return 0;
        }
        
        • 0
          @ 2023-8-7 16:05:30
          #include<bits/stdc++.h>
          #include<cstring>
          #include<queue>
          #include<set>
          #include<stack>
          #include<vector>
          #define ll long long
          using namespace std;
          const int N=1e5+10;
          const int M=2023;
          const int inf=0x3f3f3f3f;
          char c[10][10];
          int a[10][10],k;
          int main()
          {
          	cout<<"Hello World!";
          	return 0;
          }
          
          

          大水题一道

          • 0
            @ 2023-1-23 15:03:36
            #include <iostream>
            using namespace std;
            int main(){ 
            	printf("Hello World!");
            	return 0;
            }
            
            • -1
              @ 2023-3-26 16:42:20

              image

              • @ 2023-5-11 14:22:41

                有你这么发题解的吗?(虽然我会,不过也只是想看看题解区会给我留下什么惊喜)

              • @ 2024-5-31 17:30:38

                @Atterger 当然有,我也这样发过

            • -2
              @ 2022-7-7 17:30:15
                  #include <iostream>
                  using namespace std;int main(){cout << "Hello World!";}
              
              • -3
                @ 2021-12-7 16:44:03
                #include<stdio.h>
                int main(void)
                {
                printf("Hello World!");
                return 0;
                }
                
                • 1

                信息

                ID
                852
                时间
                1000ms
                内存
                256MiB
                难度
                6
                标签
                递交数
                2152
                已通过
                722
                上传者