8:05 AM By Milan No comments 2 power 99999 import java.math.BigInteger;class Power{public static void main(String... s){BigInteger i1=new BigInteger("2");System.out.println(i1.pow(99999));}}Download Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
0 comments:
Post a Comment