4 条题解

  • 1
    @ 2024-10-21 13:02:24

    萬惡之源

    #include<iostream>
    using namespace std;
    
    int main(){
        cout<<"hello world";
    }
    
    • 1
      @ 2024-9-15 11:55:37
      #include <iostream>
      using namespace std;
      int main(){
      	cout<<"hello world";
      }
      
      • 1
        @ 2023-11-11 18:53:15

        应该没人写错

        #include<iostream>

        using namespace std; int main(){ cout<<"hello world"<<endl; }

        • -1
          @ 2024-7-20 15:27:11

          #include<bits/stdc++.h> using namespace std; int main() { cout << "hello world"; }

          • 1

          信息

          ID
          2
          时间
          1000ms
          内存
          32MiB
          难度
          6
          标签
          递交数
          574
          已通过
          173
          上传者