10 lines
120 B
C
10 lines
120 B
C
#ifndef SOLVE
|
|
#define SOLVE
|
|
|
|
#include <string.h>
|
|
|
|
#include "array.h"
|
|
|
|
int t1_solve(char **arr, int n, char *s);
|
|
|
|
#endif
|