#include <stdlib.h>
#include <iostream.h>

int main(void)
{

int i,j,k;
int ***DataCamera;

DataCamera = new (int**[10]);