@@ -0,0 +1,7 @@
#pragma once
#include <stdbool.h>
int fibonacci(int nitem);
bool sum_is_odd(int *arr, int arrsz);
The note is not visible to the blocked user.