My (apparently incorrect) answer for problem 2 was ███████. I don't see how it could be incorrect, and I've since done several things to confirm it. Firstly, I saved my list of even Fibonacci numbers. [█, █, ██, ███, ███, ████, █████, ██████, ██████, ██████]. I manually confirmed my list here: http://www.research.att.com/~njas/sequences/A000045. Every item is correct, and I'm pretty sure that Python's built in sum() function works fine. Here's the full (python) code I used:
Code: Select all
███████
███████
████████
█████
███████
████████
█████████
██████████
███████████
███████████
██████████████
█████████
██████
███████████████
█████████
██████████
█████████████████████████
█████Similarly, I think I have the right answer for problem 20, but apparently project euler won't accept it. I simply used:
Code: Select all
███████████████████████████████Can anyone tell me if these actually are wrong answers? Or, if they're not, why project Euler won't accept them?



