CONTEST ID : 1035 - 入门十五(数组)

格式:类型,数组名字[数组长度];
比如:int a[10]; 表示定义了一个长度为10的数组,数组名为a,其中数组下标从0开始,即a[0], a[1], a[2]...a[9];
输入这10个数,可以使用for循环实现
for(int i=0; i<10; i++) cin>>a[i];
也可以对其中的某个值赋值,比如a[0] = 1,a[5] = 3;
整个数组的输出,也可以for循环实现。
可以把一维数组理解成,一维的表格。


SERVER TIME : 2025-07-12 10:37:06
Finished

STATUS : End    OPEN : Private
Start Time : 2019-10-30 10:00:00
End Time : 2023-12-31 14:00:00


Problem ID    User    Language    Result   

RunID User Problem ID Result Memory Time Language Code Length Submit Time
10742wdzxghl712Accepted
1544 KB
0 ms
C++326 bytes2019-11-04 13:00:54
10236wdzxghl712
C
Accepted
1544 KB
0 ms
C++300 bytes2019-10-31 13:13:42
10232wdzxghl712
C
Wrong Answer
1544 KB
0 ms
C++252 bytes2019-10-31 13:13:10
10203wdzxghl712
C
Presentation Error
1544 KB
0 ms
C++300 bytes2019-10-31 13:07:32
10186wdzxghl712
C
Presentation Error
1544 KB
0 ms
C++301 bytes2019-10-31 13:04:10
10168wdzxghl712Runtime Error
1540 KB
0 ms
C++294 bytes2019-10-31 12:53:53
10143wdzxghl712
H
Accepted
1544 KB
0 ms
C++324 bytes2019-10-31 12:43:40
10125wdzxghl712
H
Wrong Answer
1544 KB
0 ms
C++285 bytes2019-10-31 12:36:42
10068wdzxghl712
H
Wrong Answer
1544 KB
0 ms
C++364 bytes2019-10-31 12:15:22
9984wdzxghl712
G
Accepted
1548 KB
0 ms
C++241 bytes2019-10-30 13:10:00
9972wdzxghl712Accepted
1548 KB
0 ms
C++312 bytes2019-10-30 13:07:47
9916wdzxghl712
E
Accepted
1544 KB
0 ms
C++281 bytes2019-10-30 12:57:23
9881wdzxghl712
A
Accepted
1544 KB
0 ms
C++244 bytes2019-10-30 12:42:54
9878wdzxghl712
D
Accepted
1544 KB
0 ms
C++270 bytes2019-10-30 12:38:25
9863wdzxghl712
C
Wrong Answer
1544 KB
0 ms
C++441 bytes2019-10-30 12:31:43
9836wdzxghl712
B
Accepted
1548 KB
0 ms
C++259 bytes2019-10-30 12:18:26