12 条题解

  • 5
    @ 2024-8-31 8:08:40

    【例2.1】Hello World

    呃......很难

    总体说就是 “意大利面拌四十二号混凝土......” 这道题非常考验手残性 像我们的李将军 (李宜宸) 率领dev c++与此题交手了 三百 (其实是三回合) 回合,仍败下阵来。

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

    完结撒花

    你会点赞的,对吧?

    求赞(❤ ω ❤)

    • 4
      @ 2025-10-25 10:05:25
      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
      	int i=1;
      	while(i>=0)
      		cout<<"老宋很坑" << endl;
      	return 0;
      }
      
      • 3
        @ 2025-1-21 10:45:05
        #include<bits/stdc++.h>
        using namespace std;
        int main()
        {
        	cout<<"hello world";
        	return 0;
        }//超难版
        
        • 3
          @ 2025-1-21 10:42:25
          #include<bits/stdc++.h>
          using namespace std;
          int jinitaimei(int a,int b,int c,int d)
          {
          	int e;
          	if((a+b+c+d+1+1+1+1+1+1)*10*10==1000)
          	{
          		e=1;
          	}
          	if(e==1 && e>0 && e<100 && e-1+1==1)
          	{
          		cout<<"hello world";
          	}
          }
          int main()
          {
          	int a;
          	int b;
          	int c;
          	int d;
          	a=1;
          	b=1;
          	c=1;
          	d=1;
          	jinitaimei(a,b,c,d);
          	return 0;
          }//简单版
          
          • 3
            @ 2024-12-28 11:55:07
            #include<bits/stdc++.h>
            using namespace std;
            char c;
            void cyy()
            {
            	cout << "hello world";
            }
            int main()
            {
            	cyy();
            	return 0;
            }
            • -2
              @ 2026-4-7 21:29:21

              #include using namespace std; int main() { cout<<"hello world"; }

              • -2
                @ 2025-8-31 19:02:35
                #include <iostream>
                
                
                #include <type_traits>
                
                template <std::size_t N>
                void 的方法(const char* s)
                {
                    std::cout << s[0];
                    的方法<N - 1>(&s[1]);
                }
                
                template <>
                void 的方法<1>(const char* s)
                {
                    std::cout << s << std::endl;
                }
                
                template <std::size_t N>
                void 最复杂(const char(&s)[N])
                {
                    std::cout << s[0];
                    的方法<N - 1>(&s[1]);
                }
                
                int main()
                {
                    最复杂("hello world");
                    return 0;
                }
                
                • -2
                  @ 2024-10-2 16:12:26
                  #include<iostream>
                  using namespace std;
                  int main()
                  {
                  cout<<"hello world";	
                  return 0;
                  }
                  
                  • -2
                    @ 2024-9-8 11:46:35

                    #includ using naespace std; interesting main() { cout<<"hello world" ; return 0; }

                    • -3
                      @ 2025-11-29 8:53:34

                      #include<bits/stdc++.h> using namespace std; //打压一片天! int main(){

                      }

                      • -3
                        @ 2025-11-1 15:25:02

                        print:('hello word') #和平精英名字:小冯闯世界zm #只能用这个类型phtyon

                        • -3
                          @ 2025-11-1 10:35:20

                          #include<bits/stdc++.h> using namespace std; int main(){ cout<<"hello world"; } 信息 递交者 顾乐天 LV 3题目P1 【例2.1】Hello World语言C++14代码长度83 Bytes递交时间2025-9-27 10:27:36评测时间2025-9-27 10:27:37 分数100总耗时3ms峰值时间3ms峰值内存528 KiB 状态 评测队列 服务状态 开发 开源 支持 帮助 联系我们 关

                          • 1

                          信息

                          ID
                          1
                          时间
                          1000ms
                          内存
                          32MiB
                          难度
                          6
                          标签
                          递交数
                          224
                          已通过
                          74
                          上传者