摘要: task1_1.c 1 #include <stdio.h> 2 #define N 4 3 4 int main() { 5 int a[N] = { 2, 0, 2, 3 }; 6 char b[N] = { '2', '0', '2', '3' }; 7 int i; 8 9 printf(" 阅读全文
posted @ 2023-04-14 23:34 shaobky 阅读(18) 评论(0) 推荐(0) 编辑