摘要: 学生成绩管理系统 页面效果如图: 代码如下: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> //行和列常量 #define ROW 20 #define COL 83 typedef stru 阅读全文
posted @ 2023-12-21 20:32 Kazuma_124 阅读(67) 评论(0) 推荐(0)
摘要: #include <stdio.h> #define AAA 111 void test() { printf("__LINE__ = % d\n", __LINE__); printf("AAA = %d\n", AAA); } #define AAA 222 #line 1 "test" int 阅读全文
posted @ 2023-12-21 19:45 Kazuma_124 阅读(18) 评论(0) 推荐(0)