摘要: 实验一 #include <stdio.h> const int N = 4; int main() { int a[N] = { 2,0,2,1 }; char b[N] = { '2','0','2','1' }; int i; printf("sizeof(int)=%d\n", sizeof 阅读全文
posted @ 2021-12-01 11:39 IU是春天呐 阅读(59) 评论(0) 推荐(0)