首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
867e专题
Codeforce 867E(贪心)
题意:假设初始有无限的钱,给出N天股票的价格,每一天可以买入可以卖出也可以什么都不做,求最大收益是多少,卖出时要保证手中至少有一支股票 链接:点击打开链接 代码: #include <map>#include <queue>#include <string>#include <math.h>#include <vector>#include <stdio.h>#include <
阅读更多...