Skip to content
Snippets Groups Projects
Commit 0fe736a5 authored by aslesha's avatar aslesha
Browse files

Add new file

parent 98e20125
Branches
No related tags found
No related merge requests found
Pipeline #184 canceled
num = int(input())
lis=[]
for i in range(num):
lis.append(input())
maxi=0
res=''
for i in lis:
j=len(i)
if(j>maxi):
maxi=j
res=i
print(res)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment