欢迎来到CClarence的博客!!

敲代码真的是一件令人感到上瘾的事情,在我二十多年的生活中,除了打DoTa,好像没有其他的另一件事也能让我如此乐此不疲。而前端恰恰是编程与界面的最前沿,它能让快速的让你感受到自己的成果,这是一件多么令人兴奋的事啊!!我希望在两年后我毕业的时候我能真的成为一位前端码农,在五年后我能成为一位NB的前端码农!!
----------CClarence写于2015年入冬。

001
摘要: Object objects[theCapacity];iterator insert(int pos,const Object& x){ Object* oldArray=objects; theSize++; int i=0; if(theCapacity<theS... 阅读全文
posted @ 2016-01-20 22:35 CClarence 阅读(226) 评论(0) 推荐(0)
摘要: 我的解法:#include #include using namespace std;int main(){ int i,j,n,m,mPrime,numLeft; list L; list::iterator iter; //初始化 cout>n>>m; num... 阅读全文
posted @ 2016-01-20 18:37 CClarence 阅读(101) 评论(0) 推荐(0)