2711
This commit is contained in:
16
include/solution/2711.h
Normal file
16
include/solution/2711.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by xfj12 on 2025/3/25.
|
||||
//
|
||||
|
||||
#ifndef INC_2711_H
|
||||
#define INC_2711_H
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
int **differenceOfDistinctValues(int **grid, int gridSize, int *gridColSize, int *returnSize,
|
||||
int **returnColumnSizes);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif // INC_2711_H
|
||||
Reference in New Issue
Block a user