Big integer : value 3 power 247, in Rust. ... Rust. extern crate num; use num::bigint::ToBigInt;. let a = 3.to_bigint().unwrap(); let x = num::pow(a, 247);.
確定! 回上一頁