2011年6月14日星期二

2009年10月22日 20:22 阅读(74) 评论(3) 分类:program 《My error code list》

#1 forget to initialize all variables, especially  in the case that there are many sets of data to be grabbed  //忘记初始化所有的变量,特别是在有多组数据输入的情况下

#2 initialization and limitation of dynamic programming  //动归的初始化和边界

#3 the range of data and those special points of array index  //数据范围和数组下标

#4 being careless when typing codes //打错

#5 don't revise the codes completely //没有把需要修改的地方改全

 #6 using duplicate variables  //使用重复变量名

#7 being confused by the input sample,thinking that it'll ac while passing the sample //盲目崇拜样例

#8 typing code before analyzing the problem clearly //还没想明白就开始写

#9 can't be calm enough to consider the problem //不够蛋定
waiting for updating

没有评论:

发表评论