上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 63 下一页
摘要: #include using namespace std; int inset(char *s,int num) { //判断数字是否在数字集中 int len=strlen(s),i,tmp; while(num) { tmp=num%10; //取末尾数字 for(i=0; i\n", count); p... 阅读全文
posted @ 2019-10-22 11:29 晴屿 阅读(162) 评论(0) 推荐(0)
摘要: https://www.luogu.org/problem/P1147 阅读全文
posted @ 2019-10-22 11:13 晴屿 阅读(96) 评论(0) 推荐(0)
摘要: https://www.luogu.org/problem/P1029 阅读全文
posted @ 2019-10-22 11:12 晴屿 阅读(117) 评论(0) 推荐(0)
摘要: https://www.luogu.org/problem/P1583 话不多说,其实就是模拟,然后,各种繁琐 阅读全文
posted @ 2019-10-21 20:59 晴屿 阅读(165) 评论(0) 推荐(0)
摘要: https://www.luogu.org/problem/P1051 阅读全文
posted @ 2019-10-21 19:49 晴屿 阅读(245) 评论(0) 推荐(0)
摘要: https://www.luogu.org/problem/P1071 阅读全文
posted @ 2019-10-21 15:24 晴屿 阅读(178) 评论(0) 推荐(0)
摘要: https://www.luogu.org/problem/P1603 阅读全文
posted @ 2019-10-21 14:52 晴屿 阅读(217) 评论(0) 推荐(0)
摘要: https://www.luogu.org/problem/P1012 阅读全文
posted @ 2019-10-21 14:51 晴屿 阅读(129) 评论(0) 推荐(0)
摘要: https://www.luogu.org/problem/P1093 阅读全文
posted @ 2019-10-21 01:19 晴屿 阅读(198) 评论(0) 推荐(0)
摘要: https://www.luogu.org/problem/P1181 阅读全文
posted @ 2019-10-20 16:07 晴屿 阅读(129) 评论(0) 推荐(0)
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 63 下一页