决斗(Headshot )
阅读原文时间:2023年07月12日阅读:2

#include
#include
#include
using namespace std;

const int maxn = ;
char s[maxn];
int cnt0, cnt1, cnt2, cnt3;

int main()
{
while (scanf("%s", s + ) != EOF)
{
cnt0 = ;
cnt2 = ;
cnt3 = ;
int len = strlen(s + );
s[] = s[len]; //s[0]=字符串的长度
s[len + ] = s[];
for (int i = ; i <= len; i++) { if (s[i] == '') { cnt0++; if (s[i + ] == '') cnt2++; if (s[i + ] == '') cnt3++; } } if (cnt2*len == cnt0*(cnt2 + cnt3)) printf("EQUAL\n"); else if (cnt2*len>cnt0*(cnt2 + cnt3))
printf("SHOOT\n");
else
printf("ROTATE\n");
}
return ;
}

手机扫一扫

移动阅读更方便

阿里云服务器
腾讯云服务器
七牛云服务器

你可能感兴趣的文章