8 条题解

  • 1
    @ 2025-2-9 11:12:49

    不解释了,都看得懂

    #include <cstdio>
    int main(){
        puts("Hello,World!");
        return 0;
    }
    • 0
      @ 2025-1-28 20:01:04

      今天给大家发福利,直接带来三种解法:

      print("Hello,World!")
      # 第1种:Python
      
      #include <cstdio>
      int main() {
          printf("Hello,World!");
          return 0;
      }
      // 第2种:C++ cstdio
      
      #include <bits/stdc++.h>
      using namespace std;
      int main() {
          cout << "Hello,World!";
          return 0;
      }
      // 第3种 C++ std
      
      • 0
        @ 2025-1-25 11:42:29

        好吧,发一篇 PHP 题解。

        PHP 中,在 <?php?> 代码标记之外的所有代码都会不经处理直接输出。因此,我们可以提交以下的 PHP 代码直接AC。

        代码:

        Hello,World!
        
        • 0
          @ 2024-12-13 21:40:16

          PHP:

          Hello,World!
          
          • 0
            @ 2024-12-4 21:04:55

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

            • 0
              @ 2024-12-1 17:49:53

              #include<bits/stdc++.h> using namespace tsd; int main() { cout<<"Hello,World!"; }

              • 0
                @ 2024-11-16 21:39:28

                挑战最短代码。

                #include <cstdio>
                main(){puts("Hello,World!");}
                
                
                • -1
                  @ 2024-11-15 20:11:29

                  好简单 不发题解大家也知道 直接cout << "Hello,World!"; 就好了

                  • 1

                  信息

                  ID
                  4452
                  时间
                  1000ms
                  内存
                  128MiB
                  难度
                  1
                  标签
                  (无)
                  递交数
                  997
                  已通过
                  543
                  上传者