6 条题解

  • 2
    @ 2025-1-21 10:45:05
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	cout<<"hello world";
    	return 0;
    }//超难版
    
    • 2
      @ 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;
      }//简单版
      
      • 2
        @ 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
          @ 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;
          }
          

          完结撒花

          你会点赞的,对吧?

          求赞(❤ ω ❤)

          • -1
            @ 2024-9-8 11:46:35

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

            • -2
              @ 2024-10-2 16:12:26
              #include<iostream>
              using namespace std;
              int main()
              {
              cout<<"hello world";	
              return 0;
              }
              
              • 1

              信息

              ID
              1
              时间
              1000ms
              内存
              32MiB
              难度
              5
              标签
              递交数
              104
              已通过
              43
              上传者