chenxi16

导航

2020年4月9日 #

PAT (Basic Level) Practice (中文)1003 我要通过!

摘要: 1 #include<stdio.h> 2 #include<string.h> 3 #define MAXN 101 4 int find(char a[],char c); 5 int test(char a[]); 6 int main(){ 7 int n,i; 8 char a[MAXN] 阅读全文

posted @ 2020-04-09 16:38 chenxi16 阅读(108) 评论(0) 推荐(0) 编辑