Inefficient Fibonacci Challenge

Because fast algorithms are overrated.

What is this?

The Inefficient Fibonacci Challenge is a competition to compute the nth Fibonacci number in the worst possible way, without cheating using artificial delays. The winning submission will win a £5 Amazon gift card.

Rules

Ideas

Submit Your Abomination

Paste your code below.

Scoring

Evaluation & Prize

For each round we will pick a single integer n at random from 10 to 50 (inclusive) and run all submitted programs on that same n. The submission with the slowest correct runtime for the chosen n wins. If two or more submissions tie, a secondary random number will be used as the tiebreaker.

Each submission will be executed twice during evaluation: first as a short warm-up run (not timed) and then once for the timed run. The timed run is used for ranking.

Prize: a £5 Amazon gift card.

We will run submissions in an isolated sandbox for evaluation with networking disabled. By submitting code you consent to your code being published on YouTube and other social media.