摘要:
#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)