1.8 miscellaneous: the most memorable debug process

lol. my favorite session

1. saw bugs at account only with `0` -> (regex from [1-9]) -> come on, think like a programmer and start from 0.

2. over-saturated -> check the higher bound (did you use the unsigned int or int)

Last updated