A30399. 题解
2025-09-22 20:32:49
发布于:广东
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
#define HW Hello_World();
void Hello_World() {
int n;
cin >> n;
for (int i = 1; i <= n; i++)
puts("Hello World!");
}
int main() {
HW
return 0;
}
这里空空如也




有帮助,赞一个