From bf7f97aef450696aa658e088cbdfe2658e42e51d Mon Sep 17 00:00:00 2001 From: "v.ignatkin" Date: Tue, 19 Nov 2024 15:31:13 +0400 Subject: [PATCH] IZMEN1 IZMEN2 --- Lab_20/Lab_20/Z_6.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lab_20/Lab_20/Z_6.cpp b/Lab_20/Lab_20/Z_6.cpp index 0f8191f..3ab0aa9 100644 --- a/Lab_20/Lab_20/Z_6.cpp +++ b/Lab_20/Lab_20/Z_6.cpp @@ -3,8 +3,8 @@ #include #include -int k; -int g; +int Iz1; +int Iz2; struct Node { int data;