You're looping in incorrect order, take the advantage of the fact that dictionary provides O(1) lookups. So, you should loop over the list ...
確定! 回上一頁