摘要:
1 #include<stdio.h> 2 typedef struct{ 3 int x,y; 4 int color; 5 }element; 6 typedef struct{ 7 element DArray[50][50];//二维数组本身不能存储其下标,故要用结构体记录其下标 8 int 阅读全文
posted @ 2021-12-07 23:58
JT3895
阅读(32)
评论(0)
推荐(0)