s,v = map(int,input().split()) t =s/v+10 rt=8*60-t mt= int(rt%60) ht =int(rt/60) print("0%d:%d" %(ht,mt))
最后结果是五个AC五个WA,哪里有问题。。