标签:数组 strong code class style -- str div 回收
一.
for(int t=m; t; t--) a[++n] = b[t]; // 循环中间的 t:非零即真,遇到 t=0 才停下 int ans(0); // 效果等价于 ans=0
二.
开数组的时候我们都喜欢从1号开始使用,而把0号元素冷落了
但是开了就是开了,0号闲着也是闲着,不如把它合理的利用起来!
所以,可以用a[0]来计数,
a[0]++,a[0]--什么的,
回收利用我最强!
(未完待续?)
标签:数组 strong code class style -- str div 回收
原文地址:http://www.cnblogs.com/zxqxwnngztxx/p/6818061.html