4 is the first multiple of 2 and 4 12 is also missing ... etc
Thank you for finding and reporting the error. So I can learn.
Well, for [2,4,40] it returns 8, 16, 24, 32, 40
[2,4,40]
8, 16, 24, 32, 40
$> ./solution.sh 2 4 40 8 16 24 32 40
What is wrong here?
Loading collection data...
4 is the first multiple of 2 and 4
12 is also missing ... etc
Thank you for finding and reporting the error. So I can learn.
Well, for
[2,4,40]
it returns8, 16, 24, 32, 40
What is wrong here?