d = {'pizza': 10, 'rice': 2, 'yogurt': 5}
print(d.get(input(), 8))