63/5000
Create a dynamic array s, input s, and determine whether the string s is all capitalized except for the first letter. If so, uppercase plus 32, lowercase minus 32, and if not, output the same.
创建动态数组s,输入s,判断字符串s是否是除第一个字母其余的都是大写,若是则字母大写的加32,小写的减32,若不是则不变输出。
https://paste.ubuntu.com/p/9cJVGrgbYB/