АД
Size: a a a
АД
S
АД
АД
S
СШ
АД
Е
АД
GV
use num::bigint::ToBigInt;
fn main() {
let x = num::pow(2.to_bigint().unwrap(), 1000000);
println!("{}", x);
}
L
АД
use num::bigint::ToBigInt;
fn main() {
let x = num::pow(2.to_bigint().unwrap(), 1000000);
println!("{}", x);
}
GV
L
JA
L
БТ
АД
GV
BigInteger bi = BigInteger.valueOf(2);
System.out.println(bi.pow(1000000));
GV