wangchi12321

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

2025年6月3日

摘要: task1 1 #include <stdio.h> 2 #include <string.h> 3 #define N 3 // 运行程序输入测试时,可以把N改小一些输入测试 4 5 typedef struct student { 6 int id; // 学号 7 char name[20]; 阅读全文
posted @ 2025-06-03 09:58 卡希勒 阅读(9) 评论(0) 推荐(0)