摘要: task1-1 #include <stdio.h> const int N = 4; int main() { int a[N] = {2,0,2,1}; char b[N] = {'2','0','1','1'}; int i; printf("sizeof(int) = %d\n",sizeo 阅读全文
posted @ 2021-12-05 14:47 周杨0532 阅读(32) 评论(2) 推荐(0)