17 条题解

  • 1
    @ 2022-9-19 17:36:24
    #include <stdio.h>
    #include <iostream>
    using namespace std;
    int main()
    { 
    	cout << "Hello World!" << endl ;
    } 
    
    • 0
      @ 2024-9-27 19:35:22

      #include<iostream> using namespace std; int main() { cout<<"Hello World!"; return 0; }

      • 0
        @ 2024-9-27 19:35:08

        #include<iostream> using namespace std; int main() { cout<<"Hello World!"; return 0; }

        • 0
          @ 2024-5-19 21:16:41
          #include<iostream>
          using namespace std;
          int main()
          {
          	cout<<"Hello World!";
              return 0;
          }
          
          • 0
            @ 2024-3-29 19:10:14

            #include<iostream> using namespace std; int main() { cout<<"Hello World!"; return 0; }

            • 0
              @ 2023-12-4 19:52:27

              PHP: Hello World!

              • 0
                @ 2023-9-17 14:59:37

                #include <iostream> #include <string> #include <stdio.h> #include <cstring> #include <complex> #include <iomanip> using namespace std; #define LL long long const int N=1e5; const int INF = 0x3f3f3f3f; 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-6-9 19:42:27

                    #include<bits/stdc++.h> #include<iostream> #include<math.h> #include<stdio.h> #include<queue> #include<cstring> #include<cstdio> #include<cstring> #include <fstream> #include <algorithm> #include <cmath> #include <deque> #include <vector> #include <string> #include <cstring> #include <map> #include <stack> #include <set> #include <assert.h> #include <ctype.h> #include <errno.h> #include <float.h> #include <limits.h> #include <locale.h> using namespace std; #define LL long long #define ull unsigned long long const int N = 1e5 + 10; const int INF = 0x3f3f3f3f; int main() { cout<<"Hello World!"<<endl;

                    return 0;
                    

                    }

                    • -1
                      @ 2023-1-23 15:03:36
                      #include <iostream>
                      using namespace std;
                      int main(){ 
                      	printf("Hello World!");
                      	return 0;
                      }
                      
                      • -2
                        @ 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;
                          }
                          
                          • -4
                            @ 2022-9-25 20:24:18

                            #include <stdio.h> #include <iostream> using namespace std; int main ( ) { cout <<"Hello World!" <<endl; }

                            • -4
                              @ 2022-9-19 17:37:15

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

                              • -5
                                @ 2022-2-8 17:30:55

                                #include <stdio.h> #include <iostream> using namespace std; int main() { cout <<"Hello World!"<<endl; }

                                • -7
                                  @ 2021-12-31 17:41:26

                                  #include <stdio.h> #include <iostream> using namespace std; int main() {

                                  cout<< "Hello World!";
                                  

                                  }

                                  • 1

                                  信息

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