摘要:
class Solution { public: int maxProfit(int k, vector<int> &prices){ int n=prices.size(),v=0,p=0,ret=0; vector<int> profits; stack<pair<int,int>> vp; while(p<n){ for(v=p;v<n-1&&prices[v]>=prices[v+1];+ 阅读全文
posted @ 2019-10-02 11:24
141421356
阅读(93)
评论(0)
推荐(0)

浙公网安备 33010602011771号