diff --git a/du3/program.c b/du3/program.c index 0e22c96..2f88c1c 100644 --- a/du3/program.c +++ b/du3/program.c @@ -2,7 +2,7 @@ #include #include #include -#define SIZE 30 +#define SIZE 120 int main(){ char pol[SIZE]; memset(pol,'\0',SIZE); @@ -14,12 +14,6 @@ int main(){ pol[idx]=ch; } - /*for(int i=0; i