This commit is contained in:
2025-12-05 22:41:20 +08:00
parent 8fadb725e1
commit dc222231e6
3 changed files with 87 additions and 0 deletions

14
include/solution/3397.h Normal file
View File

@@ -0,0 +1,14 @@
// 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