摘要: #include <iostream> #define new_fun(parm) print##parm("this is a printf\r\n"); int main() { //new_fun(oh); //无法编译通过 new_fun(f); getchar(); return 0; } 阅读全文
posted @ 2022-10-26 17:32 leochan007 阅读(48) 评论(0) 推荐(0)
摘要: 以b为中心轴,求a的对称点 阅读全文
posted @ 2022-10-26 11:43 leochan007 阅读(26) 评论(0) 推荐(0)