fn critical_connections(
    n: i32, 
    connections: Vec<Vec<i32>>
) -> Vec<Vec<i32>> {
    // your move
}

