摘要: Case convert ~~~ include using namespace std; class Solution { public: / @param character: a character @return: a character / char lowercaseToUppercas 阅读全文
posted @ 2020-05-21 18:11 lijiayan&jinze 阅读(97) 评论(0) 推荐(0)
摘要: Invert an integer with only 3 digits反转一个只有3位数的整数,你可以假设输入一定是一个只有三位数的整数,这个整数大于等于100,小于1000。 ~~~ include using namespace std; class Solution { public: / 阅读全文
posted @ 2020-05-21 17:59 lijiayan&jinze 阅读(143) 评论(0) 推荐(0)