3427
This commit is contained in:
15
include/solution/3427.h
Normal file
15
include/solution/3427.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by xfj12 on 2025/3/25.
|
||||
//
|
||||
|
||||
#ifndef INC_3427_H
|
||||
#define INC_3427_H
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
int subarraySum(int *nums, int numsSize);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif // INC_3427_H
|
||||
Reference in New Issue
Block a user