Class PE0048

    • Constructor Summary

      Constructors 
      Constructor Description
      PE0048()
      A simple constructor to set number and title.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String solve()
      This method solves the given problem by creating large numbers from 1^1 to 1000^1000.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PE0048

        public PE0048()
        A simple constructor to set number and title.
    • Method Detail

      • solve

        public java.lang.String solve()
        This method solves the given problem by creating large numbers from 1^1 to 1000^1000. Due to performance reasons all these numbers are limited 10 digits length.
        Returns:
        the sum of all number between 1^1 and 1000^1000
        See Also:
        LargeNumber