📅  最后修改于: 2022-03-11 14:55:34.539000             🧑  作者: Mango
代码示例2
A macro means that certain strings in the code will be changed
before the compilation
In C++, macros are defined using the #define keyword.