题解 1366: 超级书架2

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

编写题解 1366: 超级书架2

摘要:解题思路:注意事项:参考代码:n,b=map(int,input().split())#奶牛数量与书架高度h_list=[]#存放奶牛身高h=0#初始高度t=0#用了多少头奶牛foriinrange(……

顶顶顶顶顶顶顶顶

摘要:参考代码:N, B = map(int, input().split())cow_heights =&……

1366: 超级书架2

摘要:解题思路:运用快排、while循环;注意事项:参考代码:#include<bits/stdc++.h>using&nbsp;namespace&nbsp;std;long&……