const int size=10; const int size1=20; char a[size][size1];//字符数组要接收从文件里面的文字 double b[size]; /*............*/ int c=0; while(c<size) { filein>>a[c]>>b[c];//这前面和这里的数组A怎么回事看不懂啊 }
6.3w+
社区成员
25.0w+
社区内容