《数据结构》实验四: 字符串和多维数组 实验

#include  
#include  
using namespace std;  
  
int main()  
{     
    int count,state;  
    char *p;  
    count=0;  
    state=1;  
    char s[50];  
    cout<<"请输入文本"<

《数据结构》实验四: 字符串和多维数组 实验_第1张图片

你可能感兴趣的:(《数据结构》实验四: 字符串和多维数组 实验)