#ifndef INC_3202_H #define INC_3202_H #ifdef __cplusplus extern "C" { #endif int maximumLength(int *nums, int numsSize, int k); #ifdef __cplusplus } #endif #endif