例如:
int main() { while(1) { int i = 5; } return 0; }
循环一次就定义一次i,为什么编译的时候不会报错重复定义
朕日理万机
KevenHuang
相关分类