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