此题的代码(code)
2023-08-28 21:46:14
发布于:四川
2阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int a[1001];
bool HelloWorld(){
string s="Hello,World";
cout<<s;
return 0;
}
int main(){
//freopen("add.in","r",stdin);
//freopen("add.in","w",stdout);
for(int i=1;i<=2;i++){
cout<<" ";
}
system("cls");
for(int i=1;i<=2;i++){
cout<<" ";
}
system("cls");
cout<<endl;
cout<<endl;
system("cls");
HelloWorld();
system("cls");
HelloWorld();
system("cls");
HelloWorld();
//fclose(stdin);
//fclose(stdout);
return 0;
}
这里空空如也
有帮助,赞一个