Hello, we are given with a constraint : N<=1000 Digits in binary representation is <=16.
Now, suppose we have N = 5. So we will have to input 5 binary numbers. Now my doubt is that do we have to check for each number if it contains digits<=16 ?
And if yes then if any number contains digits greater than 16 what will I have to do ? Whether should I proceed by skipping that number or should I stop executing the program at that number
