摘要: 任务一 #include <stdio.h>#define N 4int main() { int a[N] = { 1, 9, 8, 4 }; char b[N] = { '1', '9', '8', '4' }; int i; printf("sizeof(int) = %d\n", sizeo 阅读全文
posted @ 2022-11-26 12:09 漂亮的金属沙铃 阅读(12) 评论(0) 推荐(0)