提交时间:2022-08-18 10:58:26

运行 ID: 55416

#include <bits/stdc++.h> using namespace std; int main() { srand(time(0)); int t; scanf("%d",&t); while(t--) puts(rand() % 2 ? "YES" : "NO"); return 0; } // while( 1 ) { // LYX = "SB"; // }