Ad
  • Custom User Avatar

    The problem of this code is big integers. When one uses them, the code works for too long and we get java.lang.OutOfMemoryError. When one uses for example Integer.MAX_VALUE/10, we already get java.lang.OutOfMemoryError, not to mention Integer.MAX_VALUE.