实验四
摘要:
1.实验任务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, 3}; 8 char b[N] = {'2','0','2','3'}; 9 int i; 阅读全文
posted @ 2023-04-14 23:09 信专某黑化学子 阅读(11) 评论(0) 推荐(0) 编辑