原始内容
高亮显示
复制内容
#pragma once #ifndef __cplusplus #define and&& #define and_eq &= #define bitand& #define bitor | #define compl~ #define not! #define not_eq != #define or || #define or_eq |= #define xor ^ #define xor_eq ^= #endif
您还没有登录,登录后您可以:
首次使用?从这里 注册