C++ 常量

109 阅读1分钟

宏常量

#define day 7

常量

const int mouth = 12;