09 2014 档案

 
一道题目
摘要:given a string ,return the longest substring that contains at most twocharacters.extern "C" char *SubStringWithAtMost2Chars(char * pStr, int len){ ... 阅读全文
posted @ 2014-09-03 12:34 做个不善的人 阅读(228) 评论(0) 推荐(0)