摘要: #include <stdio.h> #include <string.h> int main() { char str[] = "mnbvcxzlkjhgfdsapoiuytrewq"; int size = strlen(str); int index = 0; for (int i = siz 阅读全文
posted @ 2021-07-06 12:27 学而不思则罔! 阅读(139) 评论(0) 推荐(0)