登录
首页 » 数据结构 » 一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员...

一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员...

于 2022-03-24 发布 文件大小:4.88 kB
0 185
下载积分: 2 下载次数: 1

代码说明:

一种基本算法! 现有一个酒店有100个房间,依次编号为1到100,第一个服务员经过,将所有房间门关上;第二个服务员经过将所有编号为2的倍数房门打开;第三个服务员经过将所有编号为3倍数的房门打开的关上,关闭的打开。依此类推;输入一个100以内的正整数N,输出第N服务员经过之后,所有房间的状态。-a basic algorithm! An existing 100 hotel rooms, followed by No. 1-100, after an attendant, all rooms will be closed; Second attendants after all No. 2 in multiples door open; Third attendants after all No. 3 multiples of the open door is shut, Guan the opening closed. XII; The importation of a hundred within the positive integer N, N output after attendants, all rooms in the state.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • xml库,实现查插删改,JAVA SWING作界面
    xml数据库,实现查插删改,JAVA SWING作界面-xml database, interpolation search for Modifications to realize, JAVA SWING for interface
    2022-02-03 03:34:41下载
    积分:1
  • 梯形公式和辛普森公式求积公式
    用梯形公式和simpson公式求积分-with trapezoidal formula and simpson formula quadratures
    2023-08-13 00:00:04下载
    积分:1
  • 在线管理
    应用背景一个学生只允许一个月申请一次。特点:学生1)注册2)登录3)请求离开4)休假状态5)查看简介6)编辑配置文件7)更改密码关键技术管理:1)批准休假2)拒绝离开3)编辑离开时间4)查看学生简介5)编辑学生简介6)学生的地位主要特点:一个学生只允许一个月申请一次。
    2022-06-26 09:51:01下载
    积分:1
  • B+树实现源码,JAVA语言,库索引技术
    B+树实现源码,JAVA语言,数据库索引技术-B+ Tree source, Java language, database indexing technology
    2022-10-19 16:40:03下载
    积分:1
  • MATLAB svm ee
    是比较好的SVM 代码,对一些初学者而言,可以好好利用,可能开始自己编写代码会比较困难,但是多看看别人写的代码 ,可能会对自己有所帮助,所以上传此代码,为了让更多人好好利用资源,好好学习
    2022-01-21 00:45:41下载
    积分:1
  • Description of the problem: Given n
    问题描述: 给定n个石子,其重量分别a1,a2,a3...an,要求将其划分成m份,每一份的划分费 义为这份石了中最大重量与最小重量的差的平方。总划分费用等丁m份划分费用之和。 编程任务 对于给定的n个石子,求一种划分方案,使得总划分费用最小。-Description of the problem: Given n-stones, its weight, respectively a1, a2, a3 ... an, asked that it be divided into m copies, each of the division of costs defined as the weight of the stone of the largest and the smallest weight difference the square. Small m the total costs were divided into the sum of the cost. Programming tasks for a given n-stones, seek a kind of division, making the total cost of the smallest division.
    2022-04-30 14:06:05下载
    积分:1
  • 这个是Hilbert曲线的实现算法,可以具体演示出每级曲线的绘制过程,最多可实现8级曲线的绘制....
    这个是Hilbert曲线的实现算法,可以具体演示出每级曲线的绘制过程,最多可实现8级曲线的绘制.-Hilbert Curve is the realization of the algorithm can be demonstrated that each specific grade curve of the process of drawing up to achieve eight curve drawing.
    2022-06-18 23:23:49下载
    积分:1
  • mallet_wavelet.m this function for research Mallet filter algorithm design and f...
    mallet_wavelet.m 此函数用于研究Mallet算法及滤波器设计 此函数仅用于消噪-mallet_wavelet.m this function for research Mallet filter algorithm design and function only for denoising
    2022-03-17 19:19:20下载
    积分:1
  • 基于的相关知识点,造的基排序
    基于数据结构的相关知识点,构造的基数排序-Knowledge-based data structure point of radix sort
    2022-09-30 17:50:03下载
    积分:1
  • 求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接...
    求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest path. Assuming a computer network n site, followed by No. 1, 2, ..., n; Some sites have direct connections (that is, between two sites are no other site), and some sites have no direct connections. If three yuan (i, j, f) to the network said the site j site and I have direct connections between them but the distance of f the network known as the site of the direct link between the situation by 3 m (i1, j1, f1), ( i2, j2, f2), ..., (im, jm, fm) to determine, calculate requirements for a network site arbitrary g (1 g n) of the rest of the site is the shortest distance.
    2023-05-31 21:45:02下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载