#P1510. C++-定义二维数组并赋值后也打印

C++-定义二维数组并赋值后也打印

No testdata at current.

Background

Description

定义int a[3][5]={{101,102,103,104,105}, {201,202,203,204,205}, {301,302,303,304,305}}后打印。

Format

Input

Output

One integer, the sum of x and y.

Samples


101 102 103 104 105
201 202 203 204 205
301 302 303 304 305

Limitation