题解喵仔牛奶2025-01-13 20:28:55发布于:广东6阅读0回复0点赞#include <bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; for(int i = 1;i <= n;i++){ cout << "Hello World!" << endl; } return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个