This commit is contained in:
2025-03-27 11:56:11 +08:00
parent 572479248d
commit c69a6b5ca9
3 changed files with 52 additions and 0 deletions

15
include/solution/2712.h Normal file
View File

@@ -0,0 +1,15 @@
//
// 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