From e3a28cfe47633d1f0682d09117a52884a88b4527 Mon Sep 17 00:00:00 2001 From: "v.ignatkin" Date: Tue, 19 Nov 2024 15:23:27 +0400 Subject: [PATCH] Izm2 --- Lab_20/Lab_20/Z_6.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Lab_20/Lab_20/Z_6.cpp b/Lab_20/Lab_20/Z_6.cpp index 27dbecc..4bf2ef3 100644 --- a/Lab_20/Lab_20/Z_6.cpp +++ b/Lab_20/Lab_20/Z_6.cpp @@ -3,6 +3,10 @@ #include #include + +int u; +int x; + struct Node { int data; struct Node* next; @@ -69,9 +73,6 @@ void main() { elLeftIx10(2); printList(); - elLeftIx10(4); - printList(); - clearList(); printList();