Files
leetcode/include/solution/1717.h
2025-07-24 18:31:35 +08:00

12 lines
156 B
C

#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