Exemplo n.º 1
0
int		main(void)
{
		rush(4, 4);
		return (0);
}
Exemplo n.º 2
0
int		main(void)
{
	rush(1, 5);
	return (0);
}