The intuition is that "mirror" would work something like this pseudocode: sub mirror(0,a,b) { while( a < 0 || a > b ) { if( a < 0 ) a = -a; ...
確定! 回上一頁