Toggle navigation
码力同学 OJ
Home
Contest
Signup
Login
Start
2025-01-19 10:31:26
寒假作业(D班)
End
2025-02-09 18:00:00
Contest is over.
Now
2026-03-22 12:02:52
Information
Problem
Status
Standing
Clarification
Editorial
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
I. 判断字符类型
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
×