fn climb_stairs(n: i64) -> i64 {
    // your move 
}