2018年5月26日

字符串逆序输出

摘要: #include <stdio.h> #include <string.h> int main(){ int n, i, j, len; char a[40]; scanf("%d", &n); getchar(); while (n--) { gets(a); len = strlen(a); f 阅读全文

posted @ 2018-05-26 18:27 Mint-Tremor 阅读(88) 评论(0) 推荐(0) 编辑

导航