1
2
3
|
public
static
int
rotateLeft(
int
i,
int
distance)
return
(i
}
|
一、