strlen() is expensive, don't use it inside the loops. Use size_t for indices. Don't hesitate to use auxiliary variables. Oh, and the string has to be ...
確定! 回上一頁