Ev
Evgeshabright
Помогите пожалуйста с программированием С++


1.
#include
#include
#include
#include
using namespace std;
int main()
{
SetConsoleCP(1251);
SetConsoleOutputCP(1251);
const int n = 10;
double A[n];
cout