728x90 ๋ฐ์ํ 3052๋ฒ1 [ํ์ด์ฌ] ์ค๋์ ๋ฐฑ์ค 2577, 3052๋ฒ #2577 #a, b, c = list(map(int,input().split())) ์ค๋ง๋ค ์ ๋ ฅํด์ผ ํ๋ค. a = int(input()) b = int(input()) c = int(input()) #num = (a*b*c).split() #intํ์ split ์ฌ์ฉ ๋ถ๊ฐ๋ฅ num = list(str(a*b*c)) for i in range(10): print(num.count(str(i))) #3052 lst = [] for i in range(10): n = int(input()) lst.append(n%42) lst = set(lst) #์๋ฃํ์ ์ค๋ณต ์ ๊ฑฐ print(len(lst)) ํด์งํต 2021. 10. 24. ์ด์ 1 ๋ค์ ๐ฒ ์ถ์ฒ ๊ธ 728x90 ๋ฐ์ํ