摘要: #include <stdio.h> #include <stdlib.h> struct A { int c; char b[20]; char strs[10][10]; int k; }; int main() { // A a = {...}; // 帮我初始化 struct A a = { 阅读全文
posted @ 2023-12-05 19:37 bonelee 阅读(36) 评论(0) 推荐(0)