4 条题解

  • 0
    @ 2026-4-8 17:32:39

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

    • 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 13:04:25

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

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

          C++14最短代码?

          #include<iostream>
          int main(){std::cout<<"Hello,World!";}
          
          • @ 2026-4-22 13:08:33

            不准写题解!

        • 1

        信息

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