北大ACM 1298题
北大ACM 1298题
日期:2008-10-17 00:19:51 人气:1
这个简单,但是要注意PE
偶无奈PE6次,最后用了个变量J来控制输出才AC...
这是STRING输入输出的问题
#include
#include
using namespace std;
int main()
{
int i,j;
string str;
char ch;
while(cin>>str){
if(str=="ENDOFINPUT")
break;
cin>>str;
j=1;