4 solutions

  • 0
    @ 2025-1-9 13:16:54
    #include<bits/stdc++.h>
    using namespace std;int main(){cout<<"hello world";}
    
    • -1
      @ 2023-10-4 16:10:20
      #include<bits/stdc++.h>
      using namespace std;
      
      
      int main(){
      	cout<<"hello world";
      }
      
      • -2
        @ 2024-7-11 18:01:40

        #include #include using namespace std; int main(){ cout<<"hello world"; return 0; }

        • -2
          @ 2023-10-5 19:26:58
          #include<iostream>
          using namespace std;
          int main(){
          	cout<<"hello world";
          }//简单。
          
          • 1

          Information

          ID
          1
          Time
          1000ms
          Memory
          32MiB
          Difficulty
          7
          Tags
          # Submissions
          172
          Accepted
          39
          Uploaded By