蓝桥杯题库及答案python版 这是一道结果填空的题,只需要算出一 个整数作为结果提交即可。 input_str=input()num=len(input_str)searched=[]foriinrange(num):forjinrange(num):ifstr(input_str[j:j+i:])notinsearched:searched.append(str(input_str[j:j+i:]))print(len(searched))...
蓝桥杯题库及答案python版 这是一道结果填空的题,只需要算出一个整数作为结果提 交即可。 input_str=input()num=len(input_str)searched=[]foriinra nge(num):forjinrange(num):ifstr(input_str[j:j+i:])noti nsearched:searched.append(str(input_str[j:j+i:]))print ...