#include #include int rfib(int arg); int main(void){ int results[5], i; int data[] = {3, 9, 18, 23, 25}; int ndata = 5; for(i=0; i