summaryrefslogtreecommitdiff
path: root/c/0035/main.c
diff options
context:
space:
mode:
authorMistivia <i@mistivia.com>2025-09-01 21:52:38 +0800
committerMistivia <i@mistivia.com>2025-09-01 21:52:38 +0800
commit856f16f5d1ebbbaed25e89980a3401ea19e6d5ee (patch)
tree9301c0840a5cb11a1f576d2eed5667a109a71eb2 /c/0035/main.c
parent19b55c0d3cec78ae26aed8b7d4a51a1e71a32a99 (diff)
solve 58
Diffstat (limited to 'c/0035/main.c')
-rw-r--r--c/0035/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/0035/main.c b/c/0035/main.c
new file mode 100644
index 0000000..253187b
--- /dev/null
+++ b/c/0035/main.c
@@ -0,0 +1,3 @@
+int searchInsert(int* nums, int numsSize, int target) {
+
+} \ No newline at end of file