11614: 判定大写字母
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:3
Solved:0
Description
键盘输入英文字母,编写程序判断是否是大写字母?如果是则输出true;不是输出false。
Input
输入一个英文字母
Output
输入判定结果。
Sample Input Copy
A
Sample Output Copy
true