Toggle navigation
码力同学 OJ
Home
Contest
Signup
Login
Start
2025-01-19 10:31:39
寒假作业(A班)
End
2025-02-08 00:00:00
Contest is over.
Now
2025-09-13 18:09:07
Information
Problem
Status
Standing
Clarification
Editorial
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
[
\
]
^
_
`
U. 判断字符类型
Description
给出一个字符,判断其类型。
Input
一个字符
Output
大写字母输出A
小写字母输出a
数字字符输出0
其他字符输出other
Examples
Input
Z
Output
A
Input
z
Output
a
Input
1
Output
0
Submit
Login
Login
Signup
Time Limit
1 second
Memory Limit
128 MB
Submit
×