ANEO Sponsored Puzzle discussion

Hi Maje, have you tried to read the previous posts to see whether those may give you any hints?

Hi.

I read a lot of previous post, but i can`t locate the error.

Hi.

I had same problem, it’s because the real answer is like 59.9999… and php shows 60, but if you takes the integer, this is 59.

for solve it, i have this(intAnswer is te integrer calculated by php):
if(answer - intAnswer > 0.999){answer = intAnswer+1} else{answer = intAnswer}

1 Like

No need to use floating points nor worry about precision, integer math is enough. Think about what causes inaccuracy and set up your expression(s) to minimize it to a point where it is no longer significant for the task at hand.

1 Like

Hi !
I finish the puzzle but at the end i can’t add the elements list in " OPPORTUNITÉS D’APPRENTISSAGE" to my profil competence.
Is that normal ?

I was able to check “loops”. Could you add some details on how you can’t add it?

We’re in contact with Aneo. The proper link to see their job opportunities is this one: Carrières - Aneo
However, we’ll soon remove the puzzle from the library of puzzles.

Thank you for your help :slight_smile:
May I ask why you are removing the puzzle?

We’ve ended our contract with Aneo on this puzzle.