https://leetcode.com/problems/find-k-pairs-with-smallest-sums/?envType=study-plan-v2&envId=top-interview-150
heap.push([i,j]) return haep[0~k]
메모리 초과 => 코드 재수정
Heap 의 크기를 정해서 받자!
시간 초과