Update primfunc.c

This commit is contained in:
2025-11-20 16:04:17 +07:00
committed by GitHub
parent 7d379d6206
commit d219cc1a7b
+1
View File
@@ -33,6 +33,7 @@ int fillmass(int size, int *massive){
int x, i, e1,e = 0, p=-1, minus = 0;
for(i = 0;i < size;i++){
if(i<0)i=0;
e1 = e = massive[i] = 0;
while(((x = getchar()) != '\n' && x !=' '
&& x != EOF && x != 4)