x
y
& code> ("ampersand")。 无效交换 ( int & a, int & b ) // 现在变量 a 和 b 得到变量 x 和 y 在内存中的地址 { 诠释 c; c = 一个;一 = b; b=c; } 用法:如果您通过引用传递参数,那么在调用过程时只有变量名(不是数字也不是算术表达式)可以出现在这个地方!< br /> 不要调用这样的过程: 交换(x, 4 ); 交换(5+x, y);
1000 ms 256 Mb Rules for program design and list of errors in automatic problem checking