void clear(){ for( int i = 1 ; i<= idx ; i++ ) e[i].to = head[i] = e[i].next = 0; idx = 1 ; for( int i = 1 ; i <= 2*n ; i++ ){ match[ i ] = 0 ; } }