1 solutions

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

    C++ :

    #include <bits/stdc++.h>
    using namespace std;
    int main()
    {
        cout<<"**************************"<<"\n";
        cout<<"         Very    Good!"<<"\n";
        cout<<"**************************";
        return 0;
    }
    

    Pascal :

    begin
      writeln('**************************');
      writeln('         Very    Good!');
      writeln('**************************');
    end.
    
    • 1

    C语言程序设计教程(第三版)课后习题1.5

    Information

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