摘要: #include #include #include #include int main(int argc,char const *argv[]){ int h[62]={0}; int ret; char str1[1000],str2[1000]; scanf("%s%s",str1,str2); //printf("%s\n",str1); //p... 阅读全文
posted @ 2018-07-30 22:55 sunnybowen 阅读(373) 评论(0) 推荐(0) 编辑
摘要: 题目列表: https://pintia.cn/problem-sets/994805342720868352/problems/994805478658260992 阅读全文
posted @ 2018-07-30 22:13 sunnybowen 阅读(143) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include int main(int argc,char const *argv[]){ char ch[26]; ch[2]='s'; ch[9]='1'; for(int i=0;i<10;i++) printf("%c",ch[i]); return 0; } 阅读全文
posted @ 2018-07-30 20:41 sunnybowen 阅读(161) 评论(0) 推荐(0) 编辑