4 条题解

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

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

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

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

      • -1
        @ 2026-3-20 13:04:25

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

        • -2
          @ 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
        标签
        递交数
        107
        已通过
        63
        上传者