This commit is contained in:
2025-07-11 21:25:17 +08:00
parent 44e5b938c9
commit 58a56e3926
3 changed files with 153 additions and 0 deletions

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