摘要: In this problem, we consider a simple programming language that has only declarations of one-dimensional integer arrays and assignment statements. The 阅读全文
posted @ 2016-05-13 23:15 Not-Bad 阅读(295) 评论(0) 推荐(0)
摘要: isalpha() //字母 返回true isupper() //大写字母 返回true islower() //小写字母 返回true tolower() //大写字母转换为小写 toupper() //小写字母转换为大... 阅读全文
posted @ 2016-05-13 08:29 Not-Bad 阅读(403) 评论(0) 推荐(0)