1 solutions

  • 0
    @ 2025-11-5 20:08:32

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    string a;
    int main()
    {
    	cout<<"Hello World!";
    	return 0;
    }
    

    Pascal :

    begin
     writeln('Hello World!');
    end.
    
    • 1

    Information

    ID
    20053
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By