#include <stdlib.h>#include <stdio.h>#include <string.h>void main(){ char* s1 = "xuyangfei"; char* s2 = "xumangfei"; char ch1[20]; char ch2..
阅读全文>>