得到整数x
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
题目描述
对于 n 个互不相同的正整数,要从这 n 个正整数之中无重复地选取任意个数,使得选出的数的总和为 s。现在你需要求出一共有多少种不同的选取方案。
输入格式
第一行两个空格隔开的整数 ()。
第二行 个整数,分别为 ()。
输出格式
输出一个整数,表示方案数。
样例输入1
6 6
1 2 3 4 5 6
样例输出1
4
20240122C_day3
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 5
- Start at
- 2024-1-24 17:30
- End at
- 2024-1-24 18:30
- Duration
- 1 hour(s)
- Host
- Partic.
- 6