a=input();b=map(lambda x:x==a,input();print(sum(b))입력 : (숫자)(숫자) (숫자) (숫자)...출력 :두번쩨 숫짜들 사이에서 처음숫자 찾아내는 소스임참고로 숫자는 1 부터 9 자연수
맵이 반복문이지..