#include using namespace std; //噓解法(乱数) int main() { random_device r; cout << ((r()%2)?"Yes":"No") << endl; }