信息
- ID
- 690
- 时间
- 1000ms
- 内存
- 128MiB
- 难度
- (无)
- 标签
- (无)
- 递交数
- 0
- 已通过
- 0
- 上传者
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.