[removed][removed]

import random

print('매칭완료')

if random.randint(0, 1):

    print('승리')

else:

    print('패배')