3 条题解

  • 2
    @ 2023-11-11 18:53:15

    应该没人写错

    #include<iostream>

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

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

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

        • 1

        信息

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