实体化代码运行图:
实现代码:
1 #include <stdio.h> 2 #include <string.h> 3 #include <math.h> 4 #include <algorithm> 5 #include <iostream> 6 #include <ctype.h> 7 #include <iomanip> 8 #include <queue> 9 #include <stdlib.h> 10 using namespace std; 11 12 char s[100][100],a[100],b[100],c[100]; 13 14 int main() 15 { 16 int i=0,j; 17 for(int i=0;i<1;i++){ 18 scanf("%s",&a[i]); 19 strcpy(s[i],a); 20 } 21 for(int j=0;j<1;j++){ 22 for(int k=1;k<strlen(s[j]);k++){ 23 strncpy(b,s[j],k); 24 b[k]='