1 solutions

  • 0
    @ 2024-12-4 19:37:03

    C++ :

    #include<iostream>
    using namespace std;
    int main()
    {
    	cout<<"文明创建,人人有责。"<<endl;
    	cout<<"China is a great country!"<<endl;
    	return 0;
    }
    

    Pascal :

    Program TK27917;
    Begin 
    	writeln('文明创建,人人有责。');
    	writeln('China is a great country!');
    End.
    
    • 1

    Information

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