标签:ble fir main 题解 show lse syn cpp ace
\(Bash\ Game\)模板题
#include<iostream>
using namespace std;
int T,n,m;
int main()
{
ios::sync_with_stdio(false);
cin>>T;
while(T--)
{
cin>>n>>m;
if(n%(m+1))cout<<"first"<<endl;
else cout<<"second"<<endl;
}
return 0;
}
标签:ble fir main 题解 show lse syn cpp ace
原文地址:https://www.cnblogs.com/cjyyb/p/9483571.html