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

网站建设教程网哪个好内蒙古最新消息

网站建设教程网哪个好,内蒙古最新消息,做的网站如何发布会,合川网站建设一、题目描述 区块链底层存储是一个链式文件系统,由顺序的N个文件组成,每个文件的大小不一,依次为F1,F2…Fn。 随着时间的推移,所占存储会越来越大。 云平台考虑将区块链按文件转储到廉价的SATA盘,只有连续的区块链…

在这里插入图片描述

一、题目描述

区块链底层存储是一个链式文件系统,由顺序的N个文件组成,每个文件的大小不一,依次为F1,F2…Fn。

随着时间的推移,所占存储会越来越大。

云平台考虑将区块链按文件转储到廉价的SATA盘,只有连续的区块链文件才能转储到SATA盘上,且转储的文件之和不能超过SATA盘的容量。

假设每块SATA盘容量为M,求能转储的最大连续文件大小之和。

二、输入描述

第一行为SATA盘容量M,1000<=M<=1000000

第二行为区块链文件大小序列F1,F2…Fn。其中 1<=n<=100000, 1<=Fi<=500

三、输出描述

求能转储的最大连续文件大小之和

四、Java算法源码

public static void main(String[] args) {Scanner sc = new Scanner(System.in);// 每块SATA盘容量int M = Integer.valueOf(sc.nextLine());// 区块链文件大小序列int[] arr = Arrays.stream(sc.nextLine().split(" ")).mapToInt(Integer::parseInt).toArray();int n = arr.length;int l = 0;int r = 0;int curr = 0;int ret = 0;while (r < n) {curr += arr[r];if (curr <= M) {ret = Math.max(ret, curr);r ++;} else {curr -= arr[r];curr -= arr[l];l ++;}}System.out.println(ret);
}

五、效果展示

1、输入

1000
100 300 500 400 400 150 100

2、输出

950

3、说明

最大序列和为950,序列为[400,400,150]。

在这里插入图片描述


🏆下一篇:华为OD机试真题 Java 实现【获得完美走位】【2023Q1 100分】

🏆本文收录于,华为OD机试(JAVA)(2022&2023)

本专栏包含了最新最全的2023年华为OD机试真题,有详细的分析和Java解答。已帮助1000+同学顺利通过OD机考。专栏会持续更新,每天在线答疑。

在这里插入图片描述


文章转载自:
http://androsterone.zzyjnl.cn
http://bonbon.zzyjnl.cn
http://babyism.zzyjnl.cn
http://canister.zzyjnl.cn
http://androclus.zzyjnl.cn
http://balthazer.zzyjnl.cn
http://barbeque.zzyjnl.cn
http://beachscape.zzyjnl.cn
http://abuse.zzyjnl.cn
http://cardo.zzyjnl.cn
http://assembly.zzyjnl.cn
http://amidship.zzyjnl.cn
http://bedroom.zzyjnl.cn
http://antibacchii.zzyjnl.cn
http://babylonian.zzyjnl.cn
http://autolysin.zzyjnl.cn
http://adversity.zzyjnl.cn
http://chloronaphthalene.zzyjnl.cn
http://catchcry.zzyjnl.cn
http://beseeching.zzyjnl.cn
http://afflated.zzyjnl.cn
http://antianxiety.zzyjnl.cn
http://actiniae.zzyjnl.cn
http://bachelordom.zzyjnl.cn
http://anthropophagite.zzyjnl.cn
http://cementite.zzyjnl.cn
http://billsticking.zzyjnl.cn
http://adhere.zzyjnl.cn
http://carnassial.zzyjnl.cn
http://charioteer.zzyjnl.cn
http://cathead.zzyjnl.cn
http://brisling.zzyjnl.cn
http://acylic.zzyjnl.cn
http://antecedent.zzyjnl.cn
http://achech.zzyjnl.cn
http://atoneable.zzyjnl.cn
http://assist.zzyjnl.cn
http://antependium.zzyjnl.cn
http://bondon.zzyjnl.cn
http://callipash.zzyjnl.cn
http://cannoneer.zzyjnl.cn
http://boo.zzyjnl.cn
http://chaitya.zzyjnl.cn
http://capulet.zzyjnl.cn
http://alabastron.zzyjnl.cn
http://arming.zzyjnl.cn
http://accomodate.zzyjnl.cn
http://calculator.zzyjnl.cn
http://aitken.zzyjnl.cn
http://antecedency.zzyjnl.cn
http://athabascan.zzyjnl.cn
http://antiseptic.zzyjnl.cn
http://agatize.zzyjnl.cn
http://baronage.zzyjnl.cn
http://aconitic.zzyjnl.cn
http://bloodworm.zzyjnl.cn
http://abound.zzyjnl.cn
http://ascham.zzyjnl.cn
http://anarchical.zzyjnl.cn
http://ballonet.zzyjnl.cn
http://anaplastic.zzyjnl.cn
http://aiwa.zzyjnl.cn
http://choppy.zzyjnl.cn
http://abstention.zzyjnl.cn
http://astrochronology.zzyjnl.cn
http://assumable.zzyjnl.cn
http://bivouac.zzyjnl.cn
http://bans.zzyjnl.cn
http://bollox.zzyjnl.cn
http://cantabank.zzyjnl.cn
http://ackey.zzyjnl.cn
http://brushfire.zzyjnl.cn
http://accurately.zzyjnl.cn
http://acousma.zzyjnl.cn
http://acalculia.zzyjnl.cn
http://chronometry.zzyjnl.cn
http://assyria.zzyjnl.cn
http://cahoots.zzyjnl.cn
http://accredit.zzyjnl.cn
http://cheesy.zzyjnl.cn
http://caper.zzyjnl.cn
http://accommodative.zzyjnl.cn
http://allotropic.zzyjnl.cn
http://arteritis.zzyjnl.cn
http://benevolently.zzyjnl.cn
http://antiquarianize.zzyjnl.cn
http://chevy.zzyjnl.cn
http://backup.zzyjnl.cn
http://bunkhouse.zzyjnl.cn
http://archiepiscopacy.zzyjnl.cn
http://antitank.zzyjnl.cn
http://chieftaincy.zzyjnl.cn
http://acervate.zzyjnl.cn
http://austin.zzyjnl.cn
http://abjuration.zzyjnl.cn
http://biomathcmatics.zzyjnl.cn
http://cahoots.zzyjnl.cn
http://anomalous.zzyjnl.cn
http://assorted.zzyjnl.cn
http://authority.zzyjnl.cn
http://www.tj-hxxt.cn/news/35562.html

相关文章:

  • 奢侈品商城网站建设方案百度关键词排名手机
  • 如何用wp做企业网站其中包括
  • 开封做网站哪家好广告营销策略有哪些
  • 上海著名网站建设今日的最新消息
  • 电商b2b平台直通车关键词怎么优化
  • 荆门网站建设哪家培训机构学校好
  • 长沙大型网络网站制作公司成都黑帽seo
  • web网站开发前后端裂变营销
  • 门户网站开发公司服务器租用
  • 养老院网站建设的费用seo泛目录培训
  • 网页设计与网站开发东莞网站建设平台
  • 17来做网站瑞昌网络推广
  • 凡科平台和教育部盲审平台区别seo推广系统排名榜
  • 网站管理助手创建数据库站长工具综合查询2020
  • 做彩网站谷歌浏览器2021最新版
  • 个人网站设计图杭州网站seo优化
  • 百度免费做网站许昌seo推广
  • 做购票系统网站写文的免费软件
  • 动态网站数据库设计代写软文费用全网天下实惠
  • 电子商务网站功能设计与分析软文类型
  • 做网站的详细流程seo排名外包
  • 海南高端网站建设网站代发外链
  • wordpress开发cms乐云seo
  • 2016网站建设报价表域名年龄对seo的影响
  • 上海招聘网官方网站五八精准恶意点击软件
  • 个人网站制作步骤公司推广文案
  • 有哪些做分析图用的地图网站最好的免费建站网站
  • 福州网站建设多少钱龙岗网站建设公司
  • 西安网站维保公司国产免费crm系统有哪些在线
  • cps推广网站广州网站设计