shergin.yomu.ru

Oct 24, 2012 13:24

//---------------------------------------------------------------------------
#include
#include
#include
#include
#pragma hdrstop
#include //_msize(a);
using namespace std;
//---------------------------------------------------------------------------
#pragma argsused
int rows;
int cols;
String AraToScreen(int **a)
{
String s = "";
for(int i=0;i a1[i+1])
{
int z = a1[i]; a1[i] = a1[i+1]; a1[i+1] = z;
}
for(int i=0;i
Previous post Next post
Up