DEV Community

Discussion on: Project Euler #1 - Multiples of 3 and 5

Collapse
 
ronaldoperes profile image
Ronaldo Peres

Hi,
I am trying to solve this one, and already solved.

I am going to ask, what is the sum of all the multiples of 3 or 5 below 100000??

I am trying to do this but is giving me a timeout, when using loops.