from fileinput import input lines = [line.strip() for line in input()] silver = 0 gold = 0 print("silver:", silver) print("gold:", gold)