UOJ Logo

NOI.AC

1S 512MB

#1641. 输出代码

统计

请写一个程序原样输出如下代码

#include <iostream>
using namespace std;
//this is the entery of this program
int main()
{
cout<<"we should study with 100% effort!"<<endl;
return 0;
}