From 6aaaee380f885460026aa63befa392db362fed87 Mon Sep 17 00:00:00 2001 From: Oleksandr Hryshchenko Date: Sat, 6 Mar 2021 23:55:59 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'a1/program.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- a1/program.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a1/program.c b/a1/program.c index d3ec9fb..b86e129 100644 --- a/a1/program.c +++ b/a1/program.c @@ -17,7 +17,7 @@ int main () { x = atoi (BMW); } else { - numbers [i] = atoi [BMW]; + numbers [i] = atoi (BMW); } } int result = 0;