#pragma once
#include <stdbool.h>
int fibonacci(int nitem);
bool sum_is_odd(int *arr, int arrsz);
int bit_count(unsigned int number);