Wrong Answer
代码
def leap(b):
if(0<int(len(b))<100):
c=(max(b,key=len))
print(c)
a = input()
b = (a.split())
leap(b)
def leap(b):
if(0<int(len(b))<100):
c=(max(b,key=len))
print(c)
a = input()
b = (a.split())
leap(b)