1958: 求满足条件的最长子串的长度
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:6
Solved:2
Description
1、 只包含1个字母(a~z, A~Z),其余必须是数字;
2、 字母可以在子串中的任意位置;
Input
字符串(只包含字母和数字)
Output
子串的长度
Sample Input Copy
abC124ACb
Sample Output Copy
4