摘要: task1_1 1 #include <stdio.h> 2 #include<stdlib.h> 3 #define N 4 4 5 int main() 6 { 7 int a[N] = {2, 0, 2, 2}; 8 char b[N] = {'2', '0', '2', '2'}; 9 10 阅读全文
posted @ 2022-05-09 22:19 balamala 阅读(9) 评论(0) 推荐(0) 编辑