会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
喵~
开心 嘻嘻嘻~~~
博客园
首页
新随笔
联系
订阅
管理
2020年11月17日
P1036 选数
摘要: 题目: 思路: 1.递归 设置三个变量分别是 当前下标,当前总和,当前加的数字个数 代码如下: #include<cstdio> #include<cmath> #include<iostream> using namespace std; int n,k,t,sum=0; int a[25]; /
阅读全文
posted @ 2020-11-17 17:20 miao-xixixi
阅读(131)
评论(0)
推荐(0)
编辑
公告