提交时间:2022-07-19 11:55:18

运行 ID: 52342

#include <iostream> using namespace std; int main(){ int t; cin>>t; while(t--){ cout<<"yes"<<endl; } return 0; }