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