From fdbb6dcf0c6579cd68a9f9bac9056acff78828b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B3=D0=BE=D1=80=D1=8C?= Date: Fri, 20 Dec 2024 17:35:24 +0000 Subject: [PATCH] Update 2024/task9.cpp --- 2024/task9.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2024/task9.cpp b/2024/task9.cpp index e05aa4b..02d50bf 100644 --- a/2024/task9.cpp +++ b/2024/task9.cpp @@ -6,7 +6,7 @@ int main () { int a,b; - cin >> a, b; + cin >> a; int d1, d2, d3; d1 = a % 10;