• [1134] Guess HJX

  • 时间限制: 1000 ms 内存限制: 65535 K
  • 问题描述
  • In our acm team, there are three people, HJX is a big cow, XJH is our coach and HXJ is a newbie of 2011.
    Then we will input several words, you should pick up the first letters of each words, and you should tell me is he Cow, Coach, Newbie or Nobody.
  • 输入
  • This problem has several cases.
    For each case just contain one line with several words. words are composed of 'A'-'Z' or 'a'-'z'.
    The length of each word will not exceed 200. And there's only one space between two words.
  • 输出
  • print Cow, Coach, Newbie or Nobody.
  • 样例输入
  • hello xing just
    Hello Just xing
    yi shan yi shan liang jin jin
  • 样例输出
  • Newbie
    Cow
    Nobody
    
  • 提示
  • 来源
  • XadillaX
  • 操作

显示春菜