Update cv1/program.c

This commit is contained in:
Yurii Yakovenko 2024-10-02 19:29:37 +00:00
parent 4224709fbe
commit 6a923aea51

View File

@ -2,7 +2,7 @@
#include <ctype.h> #include <ctype.h>
#include <stdbool.h> #include <stdbool.h>
#include <string.h> #include <string.h>
// // @
bool check(char* s2, char *pz) bool check(char* s2, char *pz)
{ {
char s[300], p[300]; char s[300], p[300];