Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

added 276 characters in body
Source Link
alephalpha
  • 51.9k
  • 7
  • 75
  • 196

Pari/GP, 26 bytes, 3 changes, cracked by M Virts

Another easy one, using a similar trick.

g=c;f=e;l=d;print(g,o,l,f)

Try it online!

M Virts found a simple answer with only two changes that I didn't expect. Here is my intended solution:

g=c;f=e;l=d;print(g,o,l,f) /* code */

g=c;f=e l=d;print(g,o,l,f) /* cold */

g c;f=e l=d;print(g,o,l,f) /* gold */

g c f=e l=d;print(g,o,l,f) /* golf */

Pari/GP, 26 bytes, 3 changes, cracked by M Virts

Another easy one, using a similar trick.

g=c;f=e;l=d;print(g,o,l,f)

Try it online!

Pari/GP, 26 bytes, 3 changes, cracked by M Virts

Another easy one, using a similar trick.

g=c;f=e;l=d;print(g,o,l,f)

Try it online!

M Virts found a simple answer with only two changes that I didn't expect. Here is my intended solution:

g=c;f=e;l=d;print(g,o,l,f) /* code */

g=c;f=e l=d;print(g,o,l,f) /* cold */

g c;f=e l=d;print(g,o,l,f) /* gold */

g c f=e l=d;print(g,o,l,f) /* golf */

added 72 characters in body
Source Link
alephalpha
  • 51.9k
  • 7
  • 75
  • 196

Pari/GP, 26 bytes, 3 changes, cracked by M Virts

Another easy one, using a similar trick.

g=c;f=e;l=d;print(g,o,l,f)

Try it online!

Pari/GP, 26 bytes, 3 changes

Another easy one, using a similar trick.

g=c;f=e;l=d;print(g,o,l,f)

Try it online!

Pari/GP, 26 bytes, 3 changes, cracked by M Virts

Another easy one, using a similar trick.

g=c;f=e;l=d;print(g,o,l,f)

Try it online!

Source Link
alephalpha
  • 51.9k
  • 7
  • 75
  • 196

Pari/GP, 26 bytes, 3 changes

Another easy one, using a similar trick.

g=c;f=e;l=d;print(g,o,l,f)

Try it online!

AltStyle によって変換されたページ (->オリジナル) /