5 条题解

  • 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-15 20:11:29

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

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

            挑战最短代码。

            #include <cstdio>
            main(){puts("Hello,World!");}
            
            
            • 1

            信息

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