Skip to main content
deleted 436 characters in body
Source Link
Blue
  • 28.9k
  • 8
  • 53
  • 102

Python 2, 137438953472107918163081

print 2**37

As golfed as it can be using this strategy.

Created using the following Pyth code:

VSm^vhJ.[\03`ditJTU1000Iql`N12B;N

This generated the score of the code, 137438953472 but it doesn't say which variables are needed to create it. To do this, I modified the loop to break if the result was ever the correct value.

V1000Iq^vhJ.[\03`NitJT137438953472pJ69**6

The value printed was 237 which I then split up into 2**37.

Python 2, 137438953472

print 2**37

As golfed as it can be using this strategy.

Created using the following Pyth code:

VSm^vhJ.[\03`ditJTU1000Iql`N12B;N

This generated the score of the code, 137438953472 but it doesn't say which variables are needed to create it. To do this, I modified the loop to break if the result was ever the correct value.

V1000Iq^vhJ.[\03`NitJT137438953472pJ

The value printed was 237 which I then split up into 2**37.

Python 2, 107918163081

print 69**6
perfect golf for this strat
Source Link
Blue
  • 28.9k
  • 8
  • 53
  • 102

Python 2, 68719476736137438953472

print 8**122**37

As golfed as it can be using this strategy.

Created using the following Pyth code:

VSm^vhJ.[\03`ditJTU1000Iql`N12B;N

This generated the score of the code, 137438953472 but it doesn't say which variables are needed to create it. To do this, I modified the loop to break if the result was ever the correct value.

V1000Iq^vhJ.[\03`NitJT137438953472pJ

The value printed was 237 which I then split up into 2**37.

Python 2, 68719476736

print 8**12

Python 2, 137438953472

print 2**37

As golfed as it can be using this strategy.

Created using the following Pyth code:

VSm^vhJ.[\03`ditJTU1000Iql`N12B;N

This generated the score of the code, 137438953472 but it doesn't say which variables are needed to create it. To do this, I modified the loop to break if the result was ever the correct value.

V1000Iq^vhJ.[\03`NitJT137438953472pJ

The value printed was 237 which I then split up into 2**37.

Source Link
Blue
  • 28.9k
  • 8
  • 53
  • 102

Python 2, 68719476736

print 8**12