This commit is contained in:
2025-04-14 13:58:13 +08:00
parent 5f09521d43
commit 3d6aa12717
3 changed files with 55 additions and 0 deletions

15
include/solution/1534.h Normal file
View File

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