摘要:
实验任务1 #include <stdio.h> const int N=3; int main() { int a[N] = {1, 2, 3}; int i; printf("通过数组名和下标直接访问数组元素:\n"); for(i=0; i<N; i++) printf("%d: %d\n", 阅读全文
posted @ 2021-05-28 00:48
Yang0301
阅读(55)
评论(3)
推荐(0)
浙公网安备 33010602011771号