# アルゴ式: 880 Q9. 4 つの整数 (2) (Swift)

## [Q9. 4 つの整数 (2)](https://algo-method.com/tasks/880)

- [4 つの整数 (1)](https://algo-method.com/tasks/861)（[ブログ](https://continuous-tumbling.com/algo861-4integers-1-swift)）を発展させたもの
- 前回の問題の解き方を覚えておらず、最初はTLE
- 前回のコードを見直したらすぐわかったけれども、自分で気づきたかった

[editorial]: https://algo-method.com/tasks/880/editorial

### 提出

- [TLE](https://algo-method.com/submissions/401507)
- [AC](https://algo-method.com/submissions/401538)
