2 solutions

  • 0
    @ 2024-10-17 12:45:35

    #include using namespace std; int main(){ cout<<"Hello,World!"; return 0;

    }

    • 0
      @ 2023-9-30 13:41:45
      #include<iostream>
      
      using namespace std;
      
      int main()
      {
      	cout<<"Hello,World!";
      	return 0;
      }
      
      • 1

      Information

      ID
      6713
      Time
      1000ms
      Memory
      128MiB
      Difficulty
      6
      Tags
      (None)
      # Submissions
      667
      Accepted
      208
      Uploaded By