摘要: 1 #define _CRT_SECURE_NO_WARNINGS 2 #define N 5 3 #include <stdio.h> 4 #include <stdlib.h> 5 6 typedef struct coordinate 7 { 8 int x; 9 int y; 10 }COO 阅读全文
posted @ 2021-12-14 20:22 吕辉 阅读(36) 评论(0) 推荐(0)