文件名称:problem10

  • 所属分类:
  • Windows编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2015-12-14
  • 文件大小:
  • 1kb
  • 下载次数:
  • 1次
  • 提 供 者:
  • min****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容均来自于网络,请自行研究使用

Descr iption



给定整型数组A(长度为),如果A的某个连续子数组满足:最大值与最小值之差小于某阈值,那么称该子数组为合法子数组,反之称为非法子数组。求最短非法子数组和最长合法子数组。



Input Descr iption





第一行:整型数,表示数组长度N。



第二行:整型数,表示阈值。



第三行:整型数组,表示给定的数组A,每两个整数之间用空格符分开。



Output Descr iption





第一行:最短非法子数组的长度(如果不存在,则输出0)。



第二行:最长合法子数组的长度(如果不存在,则输出0)。

-Descr iption given integer array A (length), if a continuous subarray meet A: The difference between maximum and minimum values ​ ​ of less than a certain threshold, then said the sub-sub-array is an array of legal, otherwise known as illegal sub-array. The shortest and longest illegal sub-arrays legitimate child array. Input Descr iption First line: integer representing the array length N. Second row: integer number that represents a threshold value. Third row: integer array representing the given array A, between each two integers separated by a space character. Output Descr iption First line: the length of the shortest illegal sub-array (if not present, the output 0). Second row: maximum length legitimate child of the array (if not present, the output 0).
(系统自动生成,下载前可以参看下载内容)

下载文件列表





源.cpp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org