A Famous Music Composer

A Famous Music Composer

时间限制:1000 ms  |  内存限制:65535 KB
难度:1
描述
Mr. B is a famous music composer. One of his most famous work was his set of preludes. These 24 pieces span the 24 musical keys (there are musically distinct 12 scale notes, and each may use major or minor tonality). The 12 distinct scale notes are: 
 A     A#=Bb  B        C       C#=Db D       D#=Eb  E       F        F#=Gb  G       G#=Ab

Five of the notes have two alternate names, as is indicated above with equals sign. Thus, there are 17 possible names of scale notes, but only 12 musically distinct notes. When using one of these as the keynote for a musical key, we can further distinguish between major and minor tonalities. This gives 34 possible keys, of which 24 are musically distinct. 
In naming his preludes, Mr. B used all the keys except the following 10, which were named instead by their alternate names: 
 Ab minor  A# major A# minor  C# major  Db minor
 D# major  D# minor Gb major  Gb minor  G# major 
Write a program that, given the name of a key, give an alternate name if it has one, or report the key name is unique. 
输入
Each test case is described by one line having the format "note tonality", where "note" is one of the 17 names for the scale notes given above, and "tonality" is either "major" or "minor" (quotes for clarify).
输出
For each case output the required answer, following the format of the sample.
样例输入
Ab minor
D# major
G minor
样例输出
Case 1: G# minor
Case 2: Eb major
Case 3: UNIQUE
B先生是一位著名的音乐作曲家。他的一个最有名的作品是他的一套前奏曲。这24件跨度24音乐键(有音乐分明12音阶,每个可以使用大调或小调调性)。12个不同的音阶笔记是: 
 A     A#=Bb  B        C       C#=Db D       D#=Eb  E       F        F#=Gb  G     

 G#=Ab

五的注释有两个替代的名称,如用等于符号表示。因此,有规模的笔记有17种可能的名字,但只有12的音乐不同的笔记。当使用这些作为一个音乐的主要基调,我们可以进一步区分主要和次要的色调之间。这给出了34种可能的钥匙,其中24个音乐分明。

在命名他的前奏曲,B先生用所有的钥匙只有10以下,这是他们的名字而命名的交替:

 Ab minor  A# major A# minor  C# major  Db minor
 D# major  D# minor Gb major  Gb minor  G# major 

输入:

每个测试案例是由一个有“注意调性”的描述,“注意”是一种规模的笔记上面给出的17个名字,和“调性”是“大”或“小”(引号为澄清)。

输出:

对于每一个情况下输出所需的答案,按照样本的格式

样例输入
Ab minor
D# major
G minor
样例输出
Case 1: G# minor
Case 2: Eb major
Case 3: UNIQUE







posted @ 2016-07-12 16:44  考研小黑  阅读(1)  评论(0编辑  收藏  举报