3 条题解

  • 2
    @ 2024-9-8 9:51:42

    我不允许还有人错!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    #include<iostream>
    using namespace std;
    
    int main(){
        cout<<"你好,世界。";
    }
    
    • 0
      @ 2024-8-2 16:21:47

      #include<bits/stdc++.h> using namespace std; int main() { cout << "你好,世界。"; }

      • -2
        @ 2024-7-20 15:30:07
        #include<bits/stdc++.h>
        using namespace std;
        int main()
        {
          cout << "你好,世界。";
        }
        
        • 1

        信息

        ID
        113
        时间
        1000ms
        内存
        64MiB
        难度
        5
        标签
        递交数
        358
        已通过
        135
        上传者