#6507: 請高手教一下!


hsieang (讓世界感受痛楚)


使用程式:C++

程式內容:

#include<iostream>
using namespace std;
int main()
{
 string a;
 while(cin>>a)
 {
  cout<<"hello,"<<a<<endl;
 }
 return 0;
}

為啥會過不了?

麻煩高手指點一下!

謝謝!

#6513: Re:請高手教一下!


linishan (L)


使用程式:C++

程式內容:

#include
using namespace std;
int main()
{
 string a;
 while(cin>>a)
 {
  cout<<"hello,"< }
 return 0;
}

為啥會過不了?

麻煩高手指點一下!

謝謝!

少了一個空白