chenyuan3 原题链接。 思路:见 B2002 题解,但是注意输出的字符串有所不同。 std: #include <bits/stdc++.h> using namespace std; int main() { cout << "Hello, world!"; return 0; }