This commit is contained in:
2025-07-07 22:40:23 +08:00
parent 3d6aa12717
commit 44e5b938c9
3 changed files with 166 additions and 0 deletions

17
include/solution/1353.h Normal file
View 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