hh
Last edited on
I
Last edited on
You are still using indexes from 1 to size() when you should start at 0 and stop when reaching size().
Last edited on
when I use index zero the result of my code will be wrong
in the result, I must have a sequence of binary numbers in each line, but if I change the range of i, it returns a strange and weird numbers!!!