天真小巫


私信TA

用户名:w1234567890l

访问量:6282

签 名:

追光者

等  级
排  名 394
经  验 5093
参赛次数 4
文章发表 68
年  龄 20
在职情况 学生
学  校 西安邮电大学
专  业 智能科学与技术

  自我简介:

我不爱笑,不爱逞强,天真无邪。

解题思路:

注意事项:

参考代码:

#include<stdio.h>

int main()

{   int n,m;

while(scanf("%d%d",&n,&m)!=EOF)

{

if(n%(m+1)==0)

printf("Wildhunte");

else

printf("Gerlot");

printf("\n");

}

}


 

0.0分

0 人评分

  评论区

  • «
  • »