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

梨树县交通建设网站php网站开发实例编程

梨树县交通建设网站,php网站开发实例编程,如何将网站搭在阿里云,北京怎么做网站✅作者简介#xff1a;人工智能专业本科在读#xff0c;喜欢计算机与编程#xff0c;写博客记录自己的学习历程。 #x1f34e;个人主页#xff1a;小嗷犬的个人主页 #x1f34a;个人网站#xff1a;小嗷犬的技术小站 #x1f96d;个人信条#xff1a;为天地立心人工智能专业本科在读喜欢计算机与编程写博客记录自己的学习历程。 个人主页小嗷犬的个人主页 个人网站小嗷犬的技术小站 个人信条为天地立心为生民立命为往圣继绝学为万世开太平。 本文目录TitleTime LimitMemory LimitProblem DescriptionInputOutputSample InputSample OnputNoteSourceSolutionTitle CodeForces 1804 D. Accommodation Time Limit 2 seconds Memory Limit 512 megabytes Problem Description Annie is an amateur photographer. She likes to take pictures of giant residential buildings at night. She just took a picture of a huge rectangular building that can be seen as a table of n×mn \times mn×m windows. That means that the building has nnn floors and each floor has exactly mmm windows. Each window is either dark or bright, meaning there is light turned on in the room behind it. Annies knows that each apartment in this building is either one-bedroom or two-bedroom. Each one-bedroom apartment has exactly one window representing it on the picture, and each two-bedroom apartment has exactly two consecutive windows on the same floor. Moreover, the value of mmm is guaranteed to be divisible by 444 and it is known that each floor has exactly m4\frac{m}{4}4m​ two-bedroom apartments and exactly m2\frac{m}{2}2m​ one-bedroom apartments. The actual layout of apartments is unknown and can be different for each floor. Annie considers an apartment to be occupied if at least one of its windows is bright. She now wonders, what are the minimum and maximum possible number of occupied apartments if judged by the given picture? Formally, for each of the floors, she comes up with some particular apartments layout with exactly m4\frac{m}{4}4m​ two-bedroom apartments (two consecutive windows) and m2\frac{m}{2}2m​ one-bedroom apartments (single window). She then counts the total number of apartments that have at least one bright window. What is the minimum and maximum possible number she can get? Input The first line of the input contains two positive integers nnn and mmm (1≤n⋅m≤5⋅1051 \leq n \cdot m \leq 5 \cdot 10^51≤n⋅m≤5⋅105) — the number of floors in the building and the number of windows per floor, respectively. It is guaranteed that mmm is divisible by 444. Then follow nnn lines containing mmm characters each. The jjj-th character of the iii-th line is “0” if the jjj-th window on the iii-th floor is dark, and is “1” if this window is bright. Output Print two integers, the minimum possible number of occupied apartments and the maximum possible number of occupied apartments, assuming each floor can have an individual layout of m4\frac{m}{4}4m​ two-bedroom and m2\frac{m}{2}2m​ one-bedroom apartments. Sample Input 5 4 0100 1100 0110 1010 1011Sample Onput 7 10Note In the first example, each floor consists of one two-bedroom apartment and two one-bedroom apartments. The following apartment layout achieves the minimum possible number of occupied apartments equal to 777. |0 1|0|0| |1 1|0|0| |0|1 1|0| |1|0 1|0| |1|0|1 1|The following apartment layout achieves the maximum possible number of occupied apartments equal to 101010. |0 1|0|0| |1|1 0|0| |0 1|1|0| |1|0 1|0| |1 0|1|1|Source CodeForces 1804 D. Accommodation Solution n, m map(int, input().split()) smin smax 0for i in range(n):s input()two j 0# 将连续两盏灯都先视为两居室while j m - 1:if s[j] 1 and s[j 1] 1:j 1two 1j 1two min(two, m // 4) # 两居室的数量不能超过总窗户数的四分之一smin s.count(1) - twotwo j 0# 统计可能的不开灯的两居室和只开一盏灯的两居室数量while j m - 1:if s[j] ! 1 or s[j 1] ! 1:j 1two 1j 1two min(two, m // 4) # 两居室的数量不能超过总窗户数的四分之一smax s.count(1) - (m // 4 - two) # (m // 4 - two) 为开两盏灯的两居室数量 print(smin, smax)
http://www.w-s-a.com/news/270830/

相关文章:

  • 网站假设教程湖南微信管理系统
  • 网站备案属于公司哪一块哪个网站是专门做封面素材
  • 广州个人做网站内江建设局网站
  • 网站开发 360百科大连哪里有手机自适应网站建设维护
  • 如何查网站pv网站功防教程
  • 建设银行网站信息补充营销推广的作用
  • 网站见建设seo外链自动群发工具
  • 在境外做网站网站团购网站seo
  • 进网站后台加什么360推广 网站建设
  • 网站备案号码专做网站漏扫的工具
  • 罗店网站建设wordpress响应式
  • 网站怎么制作小程序wordpress实时获取qq资料
  • 网站的流量怎么赚钱经销做网站都有什么好处
  • 如何做好网站首页企术建站
  • 杭州网站建设咨询蓝韵网络聊城有制作网站的吗
  • 网站开发注意的事项深圳企业网站
  • 哈尔滨网站制作哪里专业网站建设维护有哪些内容
  • 花的网站建设规划书网络营销培训
  • 又拍云wordpress全站cdn无锡做网站品牌公司
  • 计算机网络工程网站建设黄石建设信息网站
  • 旅游网站开发毕业设计开题报告青岛网站建设服务公司
  • 人员调动在网站上怎么做网站开发课程意见和建议
  • 卓训网是个什么网站wordpress命令执行时间
  • 网站建设需要做哪些工作网片焊接
  • 网站优化方案dedecms win8风格网站模板
  • 企业如何制作网站管理系统慈溪住房和城乡建设部网站
  • 青岛网站建设有哪些公司区块链网站开发价格
  • 怎么设置网站的logo微信公众号的h5网站开发6
  • 粉色的网站绍兴市建设局网站
  • 个人网站的基本风格是wordpress 模板选择