짱해커가 되어보자

boj 1076 본문

프로그래밍_일반/백준

boj 1076

Spadework 2020. 2. 15. 10:08

* Solved 기준 브론즈2 단순 풀이

l = ['black','brown','red','orange','yellow','green','blue','violet','grey','white']
f,s,t = l.index(input()),l.index(input()),l.index(input())
print((f*10+s)*10**t)

 

'프로그래밍_일반 > 백준' 카테고리의 다른 글

boj 10820  (0) 2020.02.16
boj 6359  (0) 2020.02.16
boj 1100  (0) 2020.02.15
boj 15596  (0) 2020.02.15
boj 13458  (0) 2020.02.15
Comments