Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • \$\begingroup\$ Presumably ... - perhaps System.out.print(BigInteger.TEN.pow(10)); - is that one character less? Sorry - nowhere near big enough - and .pow(10).pow(10) is longer. \$\endgroup\$ Commented Dec 29, 2015 at 13:31
  • \$\begingroup\$ You can replace interface with class. \$\endgroup\$ Commented Dec 30, 2015 at 11:46
  • 2
    \$\begingroup\$ But then main would need to be public. \$\endgroup\$ Commented Dec 30, 2015 at 12:01
  • 7
    \$\begingroup\$ you can shave off 2 characters by doing this for the for loop: for(A a:new A[81]) \$\endgroup\$ Commented Jan 1, 2016 at 21:48
  • \$\begingroup\$ @OldCurmudgeon Would .pow(100) not work for some reason? \$\endgroup\$ Commented Mar 16, 2016 at 15:50