为什么不允许用。?(十个字)

#define , {
#define 。 }
#define 整 int
#define 主函数 main()
#include <iostream>
整 主函数 , std::cout << "Hello World!" << std::endl;。

第二行和第六行,不允许将此字符作为标识符的第一个字符。

img

宏的定义起码得是个标识符啊,不能用中文字符啊