This commit is contained in:
MaximNguen 2024-11-11 15:21:23 +04:00
parent 994d097e4a
commit 5e748ec3f7

View File

@ -89,6 +89,9 @@ int even() {
} }
void printListX10() { void printListX10() {
struct Node* ptr = first; struct Node* ptr = first;
int s = 0; int s = 0;