摘要:
#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)
摘要:
#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)
|