12 条题解

  • 2
    @ 2022-9-19 17:36:24
    #include <stdio.h>
    #include <iostream>
    using namespace std;
    int main()
    { 
    	cout << "Hello World!" << endl ;
    } 
    
    • 1
      @ 2025-6-7 19:14:53
      #include<bits/stdc++.h>
      using namespace std;
      #define LL long long
      const int N = 1e5 + 10;
      const int INF = 0x3f3f3f3f;
      int main()
      {
      	cout << "Hello World!";
      	return 0;
      }
      //菜鸟驿站
      //老六专属
      
      SB
      • 1
        @ 2025-6-2 17:29:54

        #include using namespace std; int main()

        {

        cout << "Hello World!" << endl ;
        

        }

        • 0
          @ 2025-6-17 19:30:46
          # include <bits/stdc++.h>
          
          using namespace std;
          
          int main(){
          	printf("Hello World!");
          	return 0;//有人用printf吗?没人我就用了
          }
          
          • 0
            @ 2025-4-21 20:28:09
            #include <bits/stdc++.h>
            using namespace std;
            #define LL long long
            const int N = 1e5 + 10;
            const int INF = 0x3f3f3f3f;
            int main()
            {
            	cout << "Hello World!";
            	return 0;
            }
            //菜鸟驿站
            //老六专属
            
            
            • 0
              @ 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;
                }
                
                • -2
                  @ 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;
                  }
                  
                  

                  大水题一道

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

                      image

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

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

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

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

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

                        信息

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