使用程式:C++
程式內容:
#include<iostream>
using namespace std;
int main()
{
string a;
while(cin>>a)
{
cout<<"hello,"<<a<<endl;
}
return 0;
}
為啥會過不了?
麻煩高手指點一下!
謝謝!
使用程式:C++
程式內容:
#include
using namespace std;
int main()
{
string a;
while(cin>>a)
{
cout<<"hello,"< }
return 0;
}
為啥會過不了?
麻煩高手指點一下!
謝謝!