11 lines
141 B
C
11 lines
141 B
C
#ifndef SOLVE
|
|
#define SOLVE
|
|
|
|
#include <string.h>
|
|
#include <stdbool.h>
|
|
|
|
#include "array.h"
|
|
|
|
int t6_solve(char **arr, int n, char *s);
|
|
|
|
#endif
|