Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[22 / 3 / ?]

java

No.928464 View ViewReplyOriginalReport
hey I'm working on simple n+1 code let's say a=1 and b=4 then I wan't my result to be {1,2,3,4} so I tried this code but it ain't working. how do I fix it?