15 lines
247 B
C
15 lines
247 B
C
// This file is generated by mkfile.py
|
|
// Date: 2025-10-18
|
|
|
|
#ifndef INC_3397_H
|
|
#define INC_3397_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int maxDistinctElements(int* nums, int numsSize, int k);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // INC_3397_H
|