fn count_primes(n: i32) -> i32 {
    // your move
}