请写一个程序原样输出如下代码
#include <iostream>
using namespace std;
//this is the entery of this program
int main()
{
cout<<"we should study with 100% effort!"<<endl;
return 0;
}
#include <iostream>
using namespace std;
//this is the entery of this program
int main()
{
cout<<"we should study with 100% effort!"<<endl;
return 0;
}