1353
This commit is contained in:
17
include/solution/1353.h
Normal file
17
include/solution/1353.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// Created by gint on 2025/7/7.
|
||||
//
|
||||
|
||||
#ifndef INC_1353_H
|
||||
#define INC_1353_H
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
int maxEvents(int **events, int eventsSize, int *eventsColSize);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif // INC_1353_H
|
||||
Reference in New Issue
Block a user