华为OJ
摘要:1、字符串最后一个单词的长度#include using namespace std;const int mSize=130;int Length_of_LastWord(char* str);int main(){ char str[mSize]; gets(str); int len=Lengt...
阅读全文
posted @ 2015-08-10 14:42
posted @ 2015-08-10 14:42