Two sum PicoCTF 2023
two-sum
100 points
Description
Can you solve this?
What two positive numbers can make this possible: n1 > n1 + n2 OR n2 > n1+ n2
Note: This challenge launches an instance on demand.
The program asks us to provide 2 integers that would satisfy the eq...
pernapps.hashnode.dev1 min read