2019年3月31日
摘要: #include<iostream>#include<string.h>using namespace std;int a[20];int dp[20][2];int dfs(int pos,bool pre,bool limit)//pos表示当前的数位,pre表示前一位是否为6,limit用来判 阅读全文
posted @ 2019-03-31 20:02 灬旧人灬 阅读(87) 评论(0) 推荐(0)
摘要: 具体可以看此博客https://blog.csdn.net/Sunshine_victory/article/details/76848883 #include<iostream>using namespace std;int a[100];//用来存储所需要输出的数 int visit[100]; 阅读全文
posted @ 2019-03-31 11:15 灬旧人灬 阅读(298) 评论(0) 推荐(0)