博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
1056. Mice and Rice (25)
阅读量:6339 次
发布时间:2019-06-22

本文共 909 字,大约阅读时间需要 3 分钟。

#include 
#include
int FindMaxi(int record[],int a[],int begin,int end){ int max=record[a[begin]],i=a[begin]; while(begin
max) { max=record[a[begin]]; i=a[begin]; } ++begin; } return i;}int main(){ int n,m,i,record[1001],rank[1001]; scanf("%d %d",&n,&m); int *a=(int*)malloc(n*sizeof(int)); for(i=0;i
1) { if(curscale%m) nextscale=curscale/m+1; else nextscale=curscale/m; int begin=0,end,j=0,*ta=(int*)malloc(nextscale*sizeof(int)); while(begin
=m) end=begin+m; else end=curscale; i=FindMaxi(record,a,begin,end); ta[j++]=i; int k; for(k=begin;k

转载于:https://www.cnblogs.com/xLester/p/7570436.html

你可能感兴趣的文章
struts2.1 struts.devMode BUG解决方案
查看>>
日本法院裁定三星诉苹果专利侵权案败诉
查看>>
Windows Server 2012R2 桌面体验问题直通车
查看>>
Springboot配置文件读取报错Configuration property name 'projectUrl' is not valid:
查看>>
HTTP状态码
查看>>
今天的学习
查看>>
面试必问之JVM原理
查看>>
mysql主主同步+Keepalived
查看>>
研究音频编解码要看什么书
查看>>
tomcat远程调试配置
查看>>
QuartZ Cron表达式
查看>>
性能测试工具VTune的功能和用法介绍
查看>>
音频视频组件Audio DJ Studio for .NET更新至v10.0.0.0丨附下载
查看>>
Pig的输入输出及foreach,group关系操作
查看>>
TechParty - Code For Public - sz
查看>>
emacs 前端插件推荐[emmet-mode]
查看>>
dnsmasq配置文件
查看>>
Unity链接SqlServer数据库并进行简单的数据查询
查看>>
23种设计模式
查看>>
原生javascript学习:用循环改变div颜色
查看>>