import random
a=random.randint(0,1)
if a==0:
    print('pycharm')
else:
    print('vscode')