Files
leetcode/include/solution/3169.h
2025-07-11 21:25:17 +08:00

16 lines
251 B
C

//
// 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