题解
2025-08-14 09:04:45
发布于:广东
2阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"Hello,World!Hello,World!Hello,World!Hello,World!Hello,World!";
return 0;
}
#include<bits/stdc++.h>
using namespace std;
int main(){
for(int i=1;i<=5;i++){
cout<<"Hello,World!";
}
return 0;
}
这里空空如也
有帮助,赞一个