http://acm.hdu.edu.cn/showproblem.php?pid=1564

View Code
#include <stdio.h>
int main()
{
int n;
while(scanf("%d",&n),n)
{
if(n%2==0)
printf("8600\n");
else
printf("ailyanlu\n");
}
return 0;
}

 

相关文章:

  • 2021-05-24
  • 2021-09-18
  • 2021-11-15
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2021-12-08
猜你喜欢
  • 2021-11-16
  • 2021-06-27
  • 2021-06-21
  • 2022-02-04
  • 2021-05-19
相关资源
相似解决方案