16 lines
238 B
C
16 lines
238 B
C
//
|
|
// Created by xfj12 on 2025/4/14.
|
|
//
|
|
|
|
#ifndef INC_1534_H
|
|
#define INC_1534_H
|
|
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
int countGoodTriplets(int *arr, int arrSize, int a, int b, int c);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif // INC_1534_H
|