for_each 是一個函式,它的原型是: ```cpp template Function for_each( InputIterator _First, InputIterator _Last, Function _Func ); ``` 它需要3個參數,第一個