5 solutions

  • 1
    @ 2023-11-11 9:41:59
    最基础的程序

    😄😄 😄

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        //ios::sync_with_stdio(false);
        //cin.tie(0);
        //cout.tie(0);
        cout<<"hello world";
        return 0;
    }
    

    Information

    ID
    2
    Time
    1000ms
    Memory
    32MiB
    Difficulty
    1
    Tags
    # Submissions
    49
    Accepted
    41
    Uploaded By