4 条题解

  • 0
    @ 2026-3-24 17:07:44

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

    • 0
      @ 2026-3-20 21:22:43

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

      • 0
        @ 2026-3-20 13:30:27

        C++14最短代码?

        #include<iostream>
        int main(){std::cout<<"Hello,World!";}
        
        • 0
          @ 2026-3-20 13:04:25

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

          • 1

          信息

          ID
          1218
          时间
          1000ms
          内存
          256MiB
          难度
          3
          标签
          递交数
          90
          已通过
          49
          上传者