From 702916f35626f98841b0700b8bce8688e8fc7c7a Mon Sep 17 00:00:00 2001 From: a12bb <2713204748@qq.com> Date: Thu, 7 Mar 2024 20:16:56 +0800 Subject: [PATCH] =?UTF-8?q?Update=200494.=E7=9B=AE=E6=A0=87=E5=92=8C.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- problems/0494.目标和.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/problems/0494.目标和.md b/problems/0494.目标和.md index 8d1a34e5..02edad4d 100644 --- a/problems/0494.目标和.md +++ b/problems/0494.目标和.md @@ -585,6 +585,8 @@ impl Solution { } } ``` +## C + ```c int getSum(int * nums, int numsSize){ int sum = 0; @@ -652,3 +654,4 @@ public class Solution +