https://leetcode.com/problems/online-stock-span/description LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com Q. next()를 통해 그 날의 stock price가 주어진다. 연속해서 이 값보다 같거나 적은 날의 수를 반환하라. Solution. 주어진 모든 input를 list나 vector로 저장한다. 뒤에서..