This commit is contained in:
2025-12-05 21:05:14 +08:00
parent 2e8537eb7f
commit 36c5339b1f
3 changed files with 76 additions and 0 deletions

14
include/solution/746.h Normal file
View File

@@ -0,0 +1,14 @@
// This file is generated by mkfile.py
// Date: 2025-12-05
#ifndef INC_746_H
#define INC_746_H
#ifdef __cplusplus
extern "C"
{
#endif
int minCostClimbingStairs(int *cost, int costSize);
#ifdef __cplusplus
}
#endif
#endif // INC_746_H