不用分号完成 Hello,World!

· · 题解

#include <bits/stdc++.h>
int main()
{
    if (std::cout << "Hello,World!"){}
}