import random

print(random.choice([
    'Bucket questions',
    'Inference Questions',
    'Bank Account',
    'Job Schedular',
    'Alphabet Word Search II',
    'Least Recently Used (LRU) Cache Implementation',
    'In-Memory Key-Value Store with Nested Transactions',
]))
