07 2018 档案

摘要:#include #include #include #include int main(int argc,char const *argv[]){ int i,j; int sum1,sum2,sum3; int n; int len1; int len2; char s[20]; scanf("%d",&n); getchar(... 阅读全文
posted @ 2018-07-31 00:17 sunnybowen 阅读(116) 评论(0) 推荐(0) 编辑
摘要:#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 阅读(378) 评论(0) 推荐(0) 编辑
摘要:题目列表: https://pintia.cn/problem-sets/994805342720868352/problems/994805478658260992 阅读全文
posted @ 2018-07-30 22:13 sunnybowen 阅读(145) 评论(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 阅读(163) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示