摘要:
M: #include <string.h> #include <stdio.h> int main() { char a[90], b[90]; int i, n, j = 0; gets(a); n = strlen(a); for (i = n - 1; i >= 0; i--) { b[j+ 阅读全文
posted @ 2021-11-15 00:19
Macb3th
阅读(189)
评论(0)
推荐(0)
浙公网安备 33010602011771号