swap
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<iostream>usingnamespacestd;voidswap(int*i,int*j){inttemp=*i;*i=*j;*j=temp;}voidswap2(...
阅读全文
posted @ 2010-09-03 20:14