2829
This commit is contained in:
15
include/solution/2829.h
Normal file
15
include/solution/2829.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by xfj12 on 2025/3/26.
|
||||
//
|
||||
|
||||
#ifndef INC_2829_H
|
||||
#define INC_2829_H
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
int minimumSum(int n, int k);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif // INC_2829_H
|
||||
Reference in New Issue
Block a user