摘要: 1 #define _CRT_SECURE_NO_WARNINGS 2 #include<stdio.h> 3 #define N 4 4 int main() 5 { 6 int i; 7 int a[N] = { 1,9,8,4 }; 8 char b[N] = { '1','9','8','4 阅读全文
posted @ 2022-11-27 19:36 随风守 阅读(5) 评论(0) 推荐(0) 编辑