摘要: UVA-1374题目地址:点击打开链接代码:#include using namespace std;int a[50],cnt,n;//用数组保存已经得出的数bool dfs(int cur,int now){ if(cur>cnt||now>n){ ... 阅读全文
posted @ 2018-03-28 13:21 dslybyme7 阅读(98) 评论(0) 推荐(0)