CF1854E Game Bundles

Description

Rishi is developing games in the 2D metaverse and wants to offer game bundles to his customers. Each game has an associated enjoyment value. A game bundle consists of a subset of games whose total enjoyment value adds up to $ 60 $ . Your task is to choose $ k $ games, where $ 1 \leq k \leq 60 $ , along with their respective enjoyment values $ a_1, a_2, \dots, a_k $ , in such a way that exactly $ m $ distinct game bundles can be formed.

Input Format

N/A

Output Format

N/A

Explanation/Hint

In the first sample, any subset of size $ 3 $ is a game bundle. There are $ 4 $ such subsets.