My Rust solution. fn is_narc(n: i32) -> bool { let digits = n.to_string().len() as u32; let mut sum = 0; let mut m = n; while m !=
確定! 回上一頁