摘要: 题目:彩虹瓶 思路: 这个题就是考验你的作 “栈” 能力(手动滑稽),这个就是没有能拿的就放栈,能拿的就出栈,注意一下容积就可。 解题 #include <cstdio> #include <iostream> #include <algorithm> #include <cmath> #inclu 阅读全文
posted @ 2020-11-15 19:23 emhhbw== 阅读(78) 评论(0) 推荐(0)