кто поможет описать код с++??пятнашки))
#include
#include
#include
#include
#define MENTIONprintf("Enter 'j', 'i', 'l' or 'k' to move the empty cell left, up, right or down correspondingly, or 'q' to exit: \n\n");
int** field;
int emptyCell_x, emptyCell_y;
//------------------
void init()
{
int x,y, i,j;
srand(time(NULL));
for(i=1; i
