提交时间:2022-07-19 12:25:37

运行 ID: 52511

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