5 条题解

  • 2
    @ 2025-7-14 16:14:25

    #include <bits/stdc++.h> using namespace std;

    int main() { cout<<"你好,世界。"; return 0; }

    • 0
      @ 2026-5-6 18:58:47

      #include using namespace std;

      int main() { cout << "你好,世界。";

      return 0;
      

      }

      • 0
        @ 2025-12-15 11:36:38

        #include using namespace std;

        int main() { int a = 1;

        for (int i = 1; i <= a; i++)
        	cout << "你好,世界。";
        return 0;
        

        }

        • -5
          @ 2025-8-15 11:27:56

          blz

          • -8
            @ 2025-8-9 15:02:01

            想要题解码::::不给

          • 1

          信息

          ID
          226
          时间
          1000ms
          内存
          64MiB
          难度
          6
          标签
          递交数
          1282
          已通过
          405
          上传者