#include#include using namespace std; #define line 3 void main() { int i; char word[line+1][1000]; ofstream outfile("a.txt"); if(!outfile) {cerr<<"open error"< 0;i--) { cin.getline(word[i],1000); outfile< 0;i--) { infile.getline(word[i],1000); cout<



