1 条题解

  • 0
    @ 2025-4-12 21:33:30

    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

    信息

    ID
    169
    时间
    1000ms
    内存
    128MiB
    难度
    (无)
    标签
    (无)
    递交数
    0
    已通过
    0
    上传者