import sys

s = input().split()
print(f'score1={s[0]},',end='')
print(f'score2={s[1]},',end='')
print(f'score3={s[2]}',end='')