#include<stdio.h> int main(void){ char a[100]; char k; int i,loc; printf("請輸入字符串:"); scanf("%s",a); printf("n請輸入要插入的字符:");
確定! 回上一頁