摘要: #include <stdio.h>#include <stdlib.h> int main() { printf("使用 for 循环正向输出数组\n"); int array[10] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0}; int loop; for(loop = 0 阅读全文
posted @ 2022-11-20 22:28 程碗饭 阅读(183) 评论(0) 推荐(0)