3169
This commit is contained in:
15
include/solution/3169.h
Normal file
15
include/solution/3169.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// Created by gint on 2025/7/11.
|
||||
//
|
||||
|
||||
#ifndef INC_3169_H
|
||||
#define INC_3169_H
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
int countDays(int days, int **meetings, int meetingsSize, int *meetingsColSize);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif // INC_3169_H
|
||||
Reference in New Issue
Block a user