This commit is contained in:
2025-12-05 21:59:22 +08:00
parent e580f911cb
commit e862aea336
3 changed files with 100 additions and 0 deletions

14
include/solution/1668.h Normal file
View File

@@ -0,0 +1,14 @@
// This file is generated by mkfile.py
// Date: 2025-12-05
#ifndef INC_1668_H
#define INC_1668_H
#ifdef __cplusplus
extern "C"
{
#endif
int maxRepeating(char *sequence, char *word);
#ifdef __cplusplus
}
#endif
#endif // INC_1668_H