#include <iostream>
#include <fstream>
#include <string>
int main(){
int i,j;
char sim1, sim2,n;
std::string line;
std::string line2;
std::ifstream txt1("txt.txt");
std::ifstream txt2("txt2.txt");
std::ofstream txt3("txt3.txt");
if (txt1.is_open())
{
if (txt2.is_open())
{
std::cout<<"Файлы txt1 и txt2 открыты"<<std::endl;
txt1.seekg(0,std::ios::end);
txt2.seekg(0,std::ios::end);
long len1 = txt1.tellg();
long len2 = txt2.tellg();
char *buf1 = new char [len1 +1];
char *buf2 = new char [len2 +1];
std::ofstream("/txt3.txt");
if (buf1[i]==buf2[i])
std::cout<<buf1[i];
}
}
txt1.close();
txt2.close();
txt3.close();
std::cout << "End of program" << std::endl;
return 0;
};
//проверяем симметрию//
sim= false;
//прогоняем массив//
if (a==b) {
for (int i = 0; i < a; i++) {
for (int j = 0; j < b; j++) {
if (i == j) break;
if (arr[i][j] != arr[j][i]) {
sim = true;
break;
}
if (sim == true) break;
}
}
}
if (sim==true)
cout<<"Массив симметричен"<<endl;
if (sim==false)
cout<<"Массив несиметричен"<<endl;
//проверяем симметрию//
sim= false;
//прогоняем массив//
if (a==b) {
for (int i = 0; i < a; i++) {
for (int j = 0; j < b; j++) {
if (i == j) break;
if (arr[i][j] != arr[j][i]) {
sim = true;
break;
}
if (sim == true) break;
}
}
}
if (sim==true)
cout<<"Массив симметричен"<<endl;
if (sim==false)
cout<<"Массив несиметричен"<<endl;
//проверяем симметрию//
sim= false;
//прогоняем массив//
if (a==b) {
for (int i = 0; i < a; i++) {
for (int j = 0; j < b; j++) {
if (i == j) break;
if (arr[i][j] != arr[j][i]) {
sim = true;
break;
}
if (sim == true) break;
}
}
}
if (sim==true)
cout<<"Массив симметричен"<<endl;
if (sim==false)
cout<<"Массив несиметричен"<<endl;