This commit is contained in:
2025-07-12 21:47:01 +08:00
parent 58a56e3926
commit 98b0294f80
3 changed files with 51 additions and 0 deletions

6
src/1900.c Normal file
View File

@@ -0,0 +1,6 @@
#include <solution/1900.h>
int *earliestAndLatest(int n, int firstPlayer, int secondPlayer, int *returnSize)
{
return 0;
}