2025-03-27 11:56:11 +08:00

16 lines
203 B
C

//
// Created by xfj12 on 2025/3/27.
//
#ifndef INC_2712_H
#define INC_2712_H
#ifdef __cplusplus
extern "C"
{
#endif
long long minimumCost(char *s);
#ifdef __cplusplus
}
#endif
#endif // INC_2712_H