str = ''' To be, or not to be: that is the question, Whether it's nobler in the mind to suffer The slings and arrows of outrageous fortune, Or to take arms against a sea of troubles, And by opposing end them. To die,to sleep; No more; and by a sleep to say we end The heartache, and the thousand natural shocks That flesh is heir to, it's a consummation Devoutly to be wished. To die, to sleep. To sleep, perchance to dream: ay, there's the rub; For in that sleep of death what dreams may come When we have shuffled off this mortal coil, Must give us pause. There's the respect That makes calamity of so long life; For who would bear the whips and scorns of time, The oppressor's wrong, the proud man's contumely, The pangs of despised love, the law's delay, The insolence of office, and the spurns That patient merit of the unworthy takes, When he himself might his quietus make With a bare bodkin? Who would fardels bear, To grunt and sweat under a weary life, But that the dread of something after death, The undiscovered country from whose bourn No traveller returns, puzzles the will, And makes us rather bear those ills we have Than fly to others that we know not of? Thus conscience does make cowards of us all, And thus the native hue of resolution Is sicklied or with the pale cast of thought, And enterprises of great pith and moment With this regard their currents turn awry And lose the name of action.''' strq = "" tmp = 0 ans = 0 # 97 122 65 90 for i in str: if65<=ord(i)<=90or97<=ord(i)<=122: strq += i.lower() for i in strq: tmp = strq.count(i) if tmp>ans: ans = tmp print(ans)
defis_True(a,b,c,d): vis = [0for _ in range(32)] for i in range(4): vis[a+i] = 1 for i in range(3): if vis[b+i] != 1: vis[b+i] = 1 else: returnFalse for i in range(5): if vis[c + i] != 1: vis[c + i] = 1 else: returnFalse for i in range(3): if vis[d + i] != 1: vis[d + i] = 1 else: returnFalse returnTrue if __name__ == '__main__': # a = 《水浒传》 4天 # b = 《西游记》 3天 # c = 《三国演义》 5天 # d = 《红楼梦》 3天 ans = 0 for a in range(1, 29): # 第28天为最晚读书日期 for b in range(1, 30):# 第29天为最晚读书日期 for c in range(1, 28):# 第27天为最晚读书日期 for d in range(1, 30):# 第28天为最晚读书日期 if is_True(a,b,c,d): ans += 1