n = input()
m = input()
if n=='1' or m=='6':
    print('钢笔')
else:
    print('铅笔')