C遍历代码: #include <stdio.h> #include <string.h> int main() { char in[1000]; int s, e, index; fgets(in, sizeof(in), stdin);  ...