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