#include using namespace std; const int max=100000; int main() { int m=max; return 0; }
收起
你改一下变量名试试 比如把max改成my_max
max
my_max
报告相同问题?