Update cv3/program.c

This commit is contained in:
Yurii Yakovenko 2024-10-14 20:26:12 +00:00
parent 523b0273e6
commit 83bf93d5b4

View File

@ -3,7 +3,7 @@
#include <stdlib.h>
#include <ctype.h>
//// @
#define STACK_SIZE 11
#define STACK_SIZE 10
struct Stack
{