zzy-c

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2022年4月15日

摘要: #define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include<string.h> #include<malloc.h> struct S { int n; int arr[];//大小未知 //这个数组就是柔性数组 }; int main 阅读全文
posted @ 2022-04-15 18:11 zzy_C 阅读(107) 评论(0) 推荐(0)