#841. C++-指针-一个指向数组开头的指针,可以通过使用指针的算术运算或数组索引来访问数组

C++-指针-一个指向数组开头的指针,可以通过使用指针的算术运算或数组索引来访问数组

Background

Description

C++-指针-一个指向数组开头的指针,可以通过使用指针的算术运算或数组索引来访问数组 image

image

Format

Input

Output

Samples


var[0] 的值为 10
var[1] 的值为 100
var[2] 的值为 200

Limitation

1s, 1024KiB for each test case.

Statistics

Related

In following contests:

指针