fn can_partition(nums: &[i32]) -> bool {
    // your move 
}