#include
#include
#include
#include
#include
using namespace std;
#define N 100
// (),:
char aa[N][10],bb[N][10],cc[N][10]; //3
float x[N],y[N],z[N]; //3
int n; //
void FileInput() // ,
{
ifstream fin("a.txt"); //fin,a.txt(a.txt,Tab)
//fincin, a.txt
int i=1; //i,
char a[10],b[10],c[10],d[10],e[10],f[10]; //
float xx,yy,zz; //33
fin>>a>>b>>c>>d>>e>>f; //a.txt()
cout>a>>b>>c>>xx>>yy>>zz; //
if (strlen(a)==0) break; //0,,
strcpy(aa[i],a); //a.txti1aai
strcpy(bb[i],b); //a.txti2bbi
strcpy(cc[i],c); //a.txti3cci
x[i]=xx; //a.txti4xi
y[i]=yy; //a.txti5yi
z[i]=zz; //a.txti6zi
cout>a>>b>>c>>d>>e>>f; //a.txt()
fout>op;
switch (op)
{ case 0: f0( ); break;
case 1: FileInput(); break;
case 2: FileOutput(); break;
case 3: f3(100); break;
case 4: f4(); break;
//.....,
}
}
return 0;
}