题解 1523: 蓝桥杯算法提高VIP-打水问题

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

筛选

蓝桥杯打水问题 水题

摘要:直接上代码 ```cpp #include #include using namespace std; int main() { int n,r,t[1001]; int ……

只做记录,基本借鉴别人

摘要:解题思路:          要将三个水龙头的等待时间分别累加起来注意事项:参考代码:#include<bits/stdc++.h> using namespace std; int main()……

一层for(≧∇≦)ノ 。。。

摘要:解题思路:简单注意事项:无参考代码:#include<iostream>      //其实就是操作系统的短作业优先算法,其平均等待时间最小 #include<algorithm> using n……