Nội dung Bài tập
- Mã:
- ABC171.BaiA
- Tên:
- ABC171.BaiA
- Dạng thi:
- oi
- Thang điểm:
- 100 điểm
- Giới hạn thời gian:
- 1 giây
- Giới hạn bộ nhớ:
- 256 MB
- Được tạo bởi:
- admin
Problem Statement
An uppercase or lowercase English letter will be given as input. If is uppercase, print A
; if it is lowercase, print a
.
Constraints
- is an uppercase (
A
-Z
) or lowercase (a
-z
) English letter.
Input
Input is given from Standard Input in the following format:
Output
If is uppercase, print A
; if it is lowercase, print a
.
Sample Input 1 Copy
Copy
B
Sample Output 1 Copy
Copy
A
B
is uppercase, so we should print A
.
Sample Input 2 Copy
Copy
a
Sample Output 2 Copy
Copy
a
a
is lowercase, so we should print a
.
Theme :
Mời bạn soạn code
Ai có thể xem bài này :
Thông tin
Phần thảo luận