LEEYOONJONG

commit from B

while(1):
n=input()
if (n=="exit"):
break
print(n)
......