#pragma once #include int fibonacci(int nitem); bool sum_is_odd(int *arr, int arrsz); int bit_count(unsigned int number);