fix build error on Linux

This commit is contained in:
2025-07-17 21:39:55 +08:00
parent bb4071ea04
commit 882ac55f7f
6 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
// Created by xfj12 on 2025/3/24.
//
#include <assert.h>
#include <math.h>
#include <stdlib.h>
#include <stdbool.h>
bool containsNearbyDuplicate(int *nums, int numsSize, int k)