此题考察的知识点很基础,只需输出 hellohello hello worldworldworld 即可。
#include <bits/stdc++.h> using namespace std; int main() { cout<<"hello world"; return 0; }
温馨提示:不要直接拿洛谷上的直接交
使用您的 蒙青创OJ 通用账户