16 lines
270 B
C
16 lines
270 B
C
// This file is generated by mkfile.py
|
|
// Date: 2026-03-09
|
|
|
|
#ifndef INC_219_H
|
|
#define INC_219_H
|
|
#include <stdbool.h>
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
bool containsNearbyDuplicate(int *nums, int numsSize, int k);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // INC_219_H
|