#includeusing namespace std;const int max=100000;int main(){int m=max;return 0;}
你改一下变量名试试比如把max改成my_max
max
my_max