НН
Настенька Новикова
Помогите с задачкой по С++,нужно вывести на экран побочную диагональ квадратной матрицы.. . вот что уже есть...
#include "stdafx.h"
#include
#include
#include
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
setlocale(0, "Russian");
srand((unsigned)time(NULL));
int a[500][500];
int n,m;
coutn;
coutm;
cout