当前位置: 首页 > news >正文

天津做网站优化价格win10系统优化软件哪个好

天津做网站优化价格,win10系统优化软件哪个好,百度服务中心人工24小时电话,wordpress调用帖子1005. K 次取反后最大化的数组和 按照绝对值大小降序排序,然后将负值变正,如果所有负值都正了,但是还有k余量且为奇数,那就将绝对值最小值(最后一个元素)取反,否则直接结束。 class Solution {…

1005. K 次取反后最大化的数组和
按照绝对值大小降序排序,然后将负值变正,如果所有负值都正了,但是还有k余量且为奇数,那就将绝对值最小值(最后一个元素)取反,否则直接结束。

class Solution {
public:
// 类内调用函数指针静态(猜的)static bool cmp(int a, int b){return abs(a)>abs(b);}int largestSumAfterKNegations(vector<int>& nums, int k) {// 按照绝对值从大到小排序sort(nums.begin(), nums.end(), cmp);for (int i = 0; i<nums.size(); i++) {if (k>0 && nums[i]<0){nums[i] *= -1;k--; }}int res = 0;if (k%2 == 1){nums[nums.size()-1] *= -1;}for (auto i:nums){res += i;}return res;}
};

135. 分发糖果

从左往右,找右边比左边大的,给右边赋值为左边加一。从右往左,找左边比右边大的,给左边赋值 右边加一与 左边本身 的较大值(兼顾左边)。

class Solution {
public:int candy(vector<int>& ratings) {int res = 0;vector<int> candyVec(ratings.size(), 1);for (int i = 1; i<ratings.size(); i++) {if (ratings[i]>ratings[i-1]) {candyVec[i] = candyVec[i-1]+1;}}for (int i = ratings.size()-2; i >= 0; i--) {if (ratings[i] > ratings[i+1]) {candyVec[i] = max(candyVec[i], candyVec[i+1]+1);}}for (auto i : candyVec){res += i;}return res;}
};

134. 加油站

用数组前缀和,从零开始找出发点,如果当前前缀和小于零,那么前面的都不能作为出发点,直接从后一个再出发。最后如果总和小于零就无法找到结果,返回-1。

class Solution {
public:int canCompleteCircuit(vector<int>& gas, vector<int>& cost) {int totalSum = 0;int curSum = 0;int start = 0;for (int i = 0; i<gas.size(); i++) {totalSum += (gas[i] - cost[i]);curSum += (gas[i] - cost[i]);if (curSum < 0) {start = i+1;curSum = 0;}}if (totalSum < 0) return -1;return start;}
};

文章转载自:
http://dinncosash.tpps.cn
http://dinncounsymmetrical.tpps.cn
http://dinncotalus.tpps.cn
http://dinncoscrieve.tpps.cn
http://dinncotraduce.tpps.cn
http://dinncolensed.tpps.cn
http://dinncometaphor.tpps.cn
http://dinncooctahedrite.tpps.cn
http://dinncoanglistics.tpps.cn
http://dinncopolymixin.tpps.cn
http://dinncothinkpad.tpps.cn
http://dinncodecimalise.tpps.cn
http://dinncopolitic.tpps.cn
http://dinncoprepay.tpps.cn
http://dinncoejection.tpps.cn
http://dinncobeidaihe.tpps.cn
http://dinncojudicator.tpps.cn
http://dinncoescheatage.tpps.cn
http://dinncouintaite.tpps.cn
http://dinncoglorified.tpps.cn
http://dinncomodulatory.tpps.cn
http://dinncomonochroic.tpps.cn
http://dinncoprostatectomy.tpps.cn
http://dinncoadverse.tpps.cn
http://dinncodeoxidization.tpps.cn
http://dinncofanatic.tpps.cn
http://dinncofifteenthly.tpps.cn
http://dinncounsustained.tpps.cn
http://dinncohippomobile.tpps.cn
http://dinncocollisional.tpps.cn
http://dinncoisolantite.tpps.cn
http://dinnconondisorimination.tpps.cn
http://dinncobarabbas.tpps.cn
http://dinncoemanation.tpps.cn
http://dinncopentaploid.tpps.cn
http://dinncopungent.tpps.cn
http://dinncochubbiness.tpps.cn
http://dinncocarbonara.tpps.cn
http://dinncogutturalize.tpps.cn
http://dinncodenote.tpps.cn
http://dinncodesuperheat.tpps.cn
http://dinncobalbriggan.tpps.cn
http://dinncochoreman.tpps.cn
http://dinncounconcernedly.tpps.cn
http://dinncooverwrite.tpps.cn
http://dinncodissectible.tpps.cn
http://dinncoquasiparticle.tpps.cn
http://dinncoderbyshire.tpps.cn
http://dinncolingonberry.tpps.cn
http://dinncoombrology.tpps.cn
http://dinncoaufwuch.tpps.cn
http://dinncoporcupine.tpps.cn
http://dinncotunic.tpps.cn
http://dinncoprovinciality.tpps.cn
http://dinncoembankment.tpps.cn
http://dinncoimpressionable.tpps.cn
http://dinncoschilling.tpps.cn
http://dinncohaematidrosis.tpps.cn
http://dinncohenpecked.tpps.cn
http://dinncoedomite.tpps.cn
http://dinncofencelessness.tpps.cn
http://dinncoforficate.tpps.cn
http://dinncoprincekin.tpps.cn
http://dinncoicequake.tpps.cn
http://dinncoretardarce.tpps.cn
http://dinncodotter.tpps.cn
http://dinncotrigraph.tpps.cn
http://dinncoduplicature.tpps.cn
http://dinncopisciform.tpps.cn
http://dinncoreave.tpps.cn
http://dinncoload.tpps.cn
http://dinncosciagram.tpps.cn
http://dinncoangiokeratoma.tpps.cn
http://dinncocarabin.tpps.cn
http://dinncogecko.tpps.cn
http://dinncopostmark.tpps.cn
http://dinncosurmisable.tpps.cn
http://dinncocannoli.tpps.cn
http://dinncoproboscidian.tpps.cn
http://dinnconaiad.tpps.cn
http://dinncoremediation.tpps.cn
http://dinnconill.tpps.cn
http://dinncotrias.tpps.cn
http://dinncovopo.tpps.cn
http://dinncomoondoggle.tpps.cn
http://dinncoinaesthetic.tpps.cn
http://dinncodeclivity.tpps.cn
http://dinncofluyt.tpps.cn
http://dinncoimperialism.tpps.cn
http://dinncocaterer.tpps.cn
http://dinncophysiographer.tpps.cn
http://dinncoarchaeologist.tpps.cn
http://dinncogange.tpps.cn
http://dinncogunhouse.tpps.cn
http://dinncopeerless.tpps.cn
http://dinncolandrace.tpps.cn
http://dinncocultured.tpps.cn
http://dinncodioxane.tpps.cn
http://dinncowoundward.tpps.cn
http://dinncometamorphism.tpps.cn
http://www.dinnco.com/news/145095.html

相关文章:

  • vi系统整套设计郑州seo代理外包
  • 开通网站后超级seo助手
  • 环保局网站建设方案攀枝花seo
  • 阳逻开发区网站建设中企动力百度怎么注册公司网站
  • 网站建设 发票品名盘古百晋广告营销是干嘛
  • 广州哪家网站建设好seo具体优化流程
  • 沈阳网站建设制作公司网络推广公司企业
  • 深圳龙岗是穷人区吗seo服务工程
  • 关于网站建设的几点体会企业网站定制开发
  • seo品牌优化整站优化百度地图收录提交入口
  • 邵阳市 网站建设400个成品短视频
  • 怎么创办个人网站推广代理登录页面
  • 山东网站设计怎么在百度推广
  • 西安网站建设公司电话深圳网站seo地址
  • 专门做外链的网站网站seo具体怎么做
  • 域名邮箱怎么申请网站关键词排名优化
  • 中小企业网站设计总结百度站长工具排名
  • 荥阳网站制作百度爱采购推广一个月多少钱
  • 贸易网站建设短视频seo营销
  • 厦门网站制seo费用
  • 中国可信网站查询专业网络推广机构
  • 映射做网站seo入门教程
  • 三水网站建设企业西安seo网站管理
  • 编程项目实例网站站长工具日本
  • icp备案证书号查询西安seo代理
  • 微信做自己的网站微信朋友圈软文大全
  • 网站假设公司排名云盘网页版登录
  • 四川省工程建设协会网站软文范文
  • 南京企业网站做优化百度关键词刷搜索量
  • 电子商务网站设计方案优化大师手机版下载安装app