#ifndef SOLVE #define SOLVE #include #include "array.h" int t1_solve(char **arr, int n, char *s); #endif