5 solutions

  • 2
    @ 2023-9-22 17:59:48

    不会吧,这都不会!

    #include <bits/stdc++.h>
    using namespace std;
    int main(){
        cout<<"hello world";
        return 0;
    }
    
    • 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;
      }
      
      • 0
        @ 2023-9-22 19:23:49

        不会有人不会吧!!! image

        • 0
          @ 2023-9-22 16:05:41

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

          • -1
            @ 2023-9-22 16:12:52

            拜托,Markdown都不会,xun

            #include <iostream>
            #include <cstdio>
            
            using namespace std;
            
            int main(){
                cout<<"hello world";
                return 0;
            }
            
            • 1

            Information

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