This commit is contained in:
2025-07-24 18:31:35 +08:00
parent 5f7ef7b880
commit f6e998beff
3 changed files with 132 additions and 0 deletions

11
include/solution/1717.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef INC_1717_H
#define INC_1717_H
#ifdef __cplusplus
extern "C"
{
#endif
int maximumGain(char *s, int x, int y);
#ifdef __cplusplus
}
#endif
#endif