제출 #161501

#제출 시각아이디문제언어결과실행 시간메모리
161501boolodifjenulaElder (COCI19_elder)Cpython 3
컴파일 에러
0 ms0 KiB
ima=input() N=int(input()) k=0 L=[ima] for i in range (N): Z1,Z2=map(str,input().split()) if Z2==ima: ima=Z1 if bool(ima in L)==0: k+=1 L+=[k] print(ima) print(len(L))

컴파일 시 표준 에러 (stderr) 메시지

Sorry: TabError: inconsistent use of tabs and spaces in indentation (elder.py, line 11)