摘要: 四、实验结论 1. 实验任务1 task1_1 1 #include <stdio.h> 2 #define N 4 3 4 int main() 5 { 6 int a[N] = {2, 0, 2, 2}; 7 char b[N] = {'2', '0', '2', '2'}; 8 int i; 阅读全文
posted @ 2022-05-04 09:24 liuxianer 阅读(32) 评论(0) 推荐(0)