1 solutions

  • 0
    @ 2025-11-5 15:55:21

    C++ :

    #include<iostream>
    using namespace std;
    int main()
    {
    	cout<<"*****************************"<<endl;
    	cout<<"       Happy New Year!"<<endl;
    	cout<<"*****************************"<<endl;
    }
    

    Pascal :

    begin
    writeln('*****************************');
    writeln('       Happy New Year!');
    writeln('*****************************');
    end.
    
    
    
    • 1

    Information

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