Exemplo n.º 1
0
	void findBiggestMatchFor(int i,int j) {
		biggest=0;
		where=i;
		search(i,j);
	}