0031 switch case(2分)

利用switch case,来判断输出以下内容:

接收输入字符,
当输入a,输出:"A road"。
当输入b,输出:"B road"。
其他输出:“unknown"


示例输入

a


示例输出

A road