name= input().lower() if name=='pizza': print(10) elif name=='rice': print(2) elif name=='yogurt': print(5) else : print(8)