#include using namespace std; int main(){ int T; cin >> T; for (int i = 0; i < T; i++){ cout << "Yes" << endl; } }