This commit is contained in:
2025-07-18 22:14:43 +08:00
parent 882ac55f7f
commit 2a7d5ed0cc
3 changed files with 41 additions and 0 deletions

4
src/2163.c Normal file
View File

@@ -0,0 +1,4 @@
#include <solution/2163.h>
long long minimumDifference(int *nums, int numsSize)
{
}