예제 #1
0
int		main(void)
{
		rush(4, 4);
		return (0);
}
예제 #2
0
int		main(void)
{
	rush(1, 5);
	return (0);
}