misc/addition
100 points
Writeup by Aryan
This is the source code we are provided with.
If we want to solve -1
questions, then we can get the flag for free!
The for loop will never execute, and printing flag[:-1]
will give us all the characters except the last one (which is probably a newline).
Flag: n00bz{m4th_15nt_4ll_4b0ut_3qu4t10n5}
Last updated