Project Euler #134: Prime pair connection

  • + 0 comments

    You must store two numbers l1 and l2. l1 = answer/base and l2 = answer%base. Can avoid strings. Got AC with 100 points.