摘要: 点击查看代码 #include <stdio.h> #include <windows.h> struct MyStruct{ int a; char b; float c; }; #define print(str,format,val) printf(""#str"%"#format"\n",( 阅读全文
posted @ 2023-09-18 22:35 huh&uh 阅读(39) 评论(0) 推荐(0)