Case Converter


Submit solution

Points: 10 (partial)
Time limit: 1.0s
Memory limit: 25M

Author:
Problem type

題目說明

使用者輸入a,b,c,A,B,C的其中一個字母,如果輸入的是小寫,就輸出大寫,如果輸入是大寫,就輸出小寫。注意,程式不會輸入其他字母。

輸入規範

a,b,c,A,B,C的其中一個字母

輸出規範

a,b,c,A,B,C的其中一個字母

範例輸入 #1

a

範例輸出 #1

A

範例輸入 #2

B

範例輸出 #2

b

Comments

There are no comments at the moment.