不用分号完成 Hello,World! chenyuan3 · 2025-04-04 21:16:26 · 题解 #include <bits/stdc++.h> int main() { if (std::cout << "Hello,World!"){} }