11228: 重写字符串

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:2 Solved:0

Description

把给出的字符串,挑出其中的大写字母,重新组成一个新串
如果不存在大写字母就输出"NO"

Input

每组测试数据输入一行字符串,只包含大小写字母

Output

每组测试数据先输出,Case #x: y

再在接下来的一行输出答案

每组测试数据间保留一个空行

Sample Input Copy

AdsDCSADdsa

Sample Output Copy

Case #1:
ADCSAD