标签:tle color end amp 巴什博弈 rip panel span while
1 #include <bits/stdc++.h> 2 using namespace std; 3 int main(){ 4 int t,n,m; 5 cin>>t; 6 while(t--){ 7 cin>>n>>m; 8 int mod=n%(m+1); 9 if(mod>=1) cout<<"first"<<endl; 10 else cout<<"second"<<endl; 11 } 12 return 0; 13 }
标签:tle color end amp 巴什博弈 rip panel span while
原文地址:http://www.cnblogs.com/z-712/p/7307215.html