3 lines
119 B
Python
3 lines
119 B
Python
ingredient = int(input())
|
|
qtIngredient = [500, 180, 650, 25, 666, 42, 421, 1, 370, 211]
|
|
print(qtIngredient[ingredient]) |