题目
Briefly describe an error from your past projects that you have recently completed or an error from other projects which impress you most. State the reason, impact of the error and how did you find it.
数组越界问题,还有数组作为函数实参时,比如int a[32]传进去时,应写a,不应写a[32]。