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-11 15:08:01
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
120627zhx2022Accepted
1544 KB
0 ms
C++316 bytes2023-04-13 12:50:06
120626zhx2022Compile Error
0 KB
0 ms
C++315 bytes2023-04-13 12:48:23
120625zhx2022
H
Accepted
1544 KB
0 ms
C++284 bytes2023-04-13 12:40:52
120624zhx2022
H
Compile Error
0 KB
0 ms
C284 bytes2023-04-13 12:39:25
120556zhx2022
G
Accepted
1544 KB
0 ms
C++260 bytes2023-04-12 12:53:01
120555zhx2022
G
Compile Error
0 KB
0 ms
C++261 bytes2023-04-12 12:52:30
120547zhx2022Accepted
1544 KB
0 ms
C++314 bytes2023-04-12 12:40:42
120546zhx2022Presentation Error
1544 KB
0 ms
C++315 bytes2023-04-12 12:40:04
120542zhx2022Compile Error
0 KB
0 ms
C++265 bytes2023-04-12 12:35:38
120540zhx2022Wrong Answer
1544 KB
0 ms
C++325 bytes2023-04-12 12:33:39
120539zhx2022Wrong Answer
1544 KB
0 ms
C++323 bytes2023-04-12 12:30:43
120534zhx2022Compile Error
0 KB
0 ms
C++324 bytes2023-04-12 12:27:29
120532zhx2022Wrong Answer
1544 KB
0 ms
C++324 bytes2023-04-12 12:26:42
120371zhx2022
E
Accepted
1544 KB
0 ms
C++336 bytes2023-04-11 18:24:51
120368zhx2022
E
Presentation Error
1544 KB
0 ms
C++334 bytes2023-04-11 18:23:02
120366zhx2022
E
Presentation Error
1544 KB
0 ms
C++336 bytes2023-04-11 18:20:51
120364zhx2022
E
Presentation Error
1544 KB
0 ms
C++358 bytes2023-04-11 18:19:26
120360zhx2022
E
Presentation Error
1544 KB
0 ms
C++358 bytes2023-04-11 18:14:03
120359zhx2022
E
Presentation Error
1544 KB
0 ms
C++332 bytes2023-04-11 18:12:08
120357zhx2022
E
Wrong Answer
1544 KB
0 ms
C++330 bytes2023-04-11 18:09:44
120353zhx2022
E
Wrong Answer
1544 KB
0 ms
C++275 bytes2023-04-11 18:04:32
120334zhx2022
D
Accepted
1544 KB
0 ms
C++265 bytes2023-04-10 18:29:08
120326zhx2022
C
Accepted
1544 KB
0 ms
C++287 bytes2023-04-10 18:11:40
120314zhx2022
B
Accepted
1548 KB
0 ms
C++231 bytes2023-04-10 18:02:32
120297zhx2022
A
Accepted
1544 KB
0 ms
C++206 bytes2023-04-10 12:56:17