#844. C++-指针-三维数组的内存动态分配和删除

C++-指针-三维数组的内存动态分配和删除

Background

Description

C++-指针-三维数组的内存动态分配和删除

image

image

Format

Input

Output

Samples


0 1 2 3
1 2 3 4
2 3 4 5

1 2 3 4
2 3 4 5
3 4 5 6

Limitation

1s, 1024KiB for each test case.

Statistics

Related

In following contests:

指针

C++基础知识08(指针和文件)

In following homework:

C++-指针