#include<iostream>
#include<stdlib.h>
#include<string>
int main(int argc,char *argv[])
{
string a;
cin>>a;
cout<<"hello,"<<a<<endl;
system("PAUSE");
return 0;
}
zerojudge 不能使用system相關的function喔!
#include
#include
#include
int main(int argc,char *argv[])
{
string a;
cin>>a;
cout<<"hello,"<<a<<endl;
system("PAUSE");
return 0;
}
,後面少了空格