extern crate num; use num::bigint::ToBigInt; fn main() { let a = 3.to_bigint().unwrap(); let x = num::pow(a, 247); println!
確定! 回上一頁