怎么做???如何让变量保持 并能不停使用C++的程序
先写上
const int formal_a = a; const int formal_b = b;
要用的时候
a = formal_a; b = formal_b