0
Give int x - set of values
Hi! I am trying to attempt the “pronic numbers” challenge with c++ and I am wondering if it is possible to assign a range of values to “int x” So that it would be “all positive numbers between 0-1000” Is it possible? Is this the right way? Thank you for your guidance ^_^
4 Respostas
+ 1
This is possible with a small mutation, but inefficient.
I have also written a solution to this problem if you want to have a look.
https://code.sololearn.com/ckahljs60e8z/?ref=app
+ 1
https://code.sololearn.com/cE0kOPQVES9a/?ref=app
This is what I have tried so far ^_^
Will comment here if I get any more headway in the meanwhile :)
+ 1
@Timon! Wah! Thank you for sharing!
I realize that I have lots to learn xD
+ 1
Yes, C++ can be intimidating, I needed a year of learning to write this.
But don't give up, who knows what you write in a year?
Btw I just updated the code because there was a bug. It wouldn't have compiled in every environment.