代码中的 `res = Math.max(res,prices[i]-min + f[i+1]);` 这里需要改成 `res = Math.max(res,prices[i]-min + f[i]);` 第i天可以完成第一笔交易,也可以进行第二次交易了
1
牛客网
牛客企业服务