让系统输出“hello Word”(可以自己先做一下)
#include<iostream>
using namespace std;
int main(){
cout<<"hello Word"<<endl;
return 0;
}
让系统输出“hello Word”(可以自己先做一下)
#include<iostream>
using namespace std;
int main(){
cout<<"hello Word"<<endl;
return 0;
}