This commit is contained in:
v.ignatkin 2024-11-19 15:23:27 +04:00
parent e07ad28de9
commit e3a28cfe47

View File

@ -3,6 +3,10 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
int u;
int x;
struct Node { struct Node {
int data; int data;
struct Node* next; struct Node* next;
@ -69,9 +73,6 @@ void main() {
elLeftIx10(2); elLeftIx10(2);
printList(); printList();
elLeftIx10(4);
printList();
clearList(); clearList();
printList(); printList();