This commit is contained in:
2025-03-28 20:56:16 +08:00
parent c69a6b5ca9
commit 5f09521d43
3 changed files with 75 additions and 0 deletions

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

@@ -0,0 +1,15 @@
//
// Created by xfj12 on 2025/3/28.
//
#ifndef INC_2716_H
#define INC_2716_H
#ifdef __cplusplus
extern "C"
{
#endif
int minimizedStringLength(char *s);
#ifdef __cplusplus
}
#endif
#endif // INC_2716_H