# Blandað Best

## Question

{% embed url="<https://open.kattis.com/problems/blandadbest>" %}

## Solution

### Idea

**Time Complexity**: $$O(1)$$

This is another give-away question, testing the basic **branching** in programming.

### Code

{% @github-files/github-code-block url="<https://github.com/mendax1234/Coding-Problems/blob/main/kattis/blandadbest/blandadbest.c>" %}
