首页 > TAG信息列表 > Washing
记ABC类的bug
监听模式中,建了模式父类 class Observer(ABCMate): @abstractmethod def update(self,waterHeater): pass 洗澡模式: class WashingMode(Observer): def update(self,waterHeater): if 50 < waterHeater.getTemperature() < 70: print(Washing clothes(李超树)
original link - https://nanti.jisuanke.com/t/41306 题意: 给出nnn个人的到来时间tit_iti和手洗的时间为yyy。 每个人可以手洗或者机洗,一个时间内只能有一个人机洗,对于每种机洗时间x∈[1,y]x\in[1,y]x∈[1,y],求最短完成时间。 解析: 假设答案中iii要手洗,那么显然之前的人poj 3211 Washing Clothes 洗衣服 0-1背包(★★☆☆☆)
http://poj.org/problem?id=3211 题意:一个男孩和一个女孩一起洗衣服,同一时间两个人可以各洗一件,但不允许两个人共同洗一件衣服。衣服有多种颜色,不能混着洗,否则会被染上其他颜色。他们两个只有把某种颜色的衣服都洗完,才能再去洗其他的。每件衣服,不论谁洗,都会花费一定量的时间。POJ 3211 Washing Clothes
Time Limit: 1000MS Memory Limit: 131072KTotal Submissions: 10622 Accepted: 3434Description Dearboy was so busy recently that now he has piles of clothes to wash. Luckily, he has a beautiful and hard-working girlfriend to help him. The clothes are in