Czy poniższy algorytm jest poprawny?
int a, suma=0;
while (! is empty) {
a=first(&s);
pop(&s);
if suma=suma+a;
}
Czy poniższy algorytm jest poprawny?
int a, suma=0;
while (! is empty) {
a=first(&s);
pop(&s);
if suma=suma+a;
}
damian18833 napisał(a):
int a, suma=0;
while (! is empty) {
a=first(&s);
pop(&s);
if suma=suma+a;
}
To jest algorytm, czy kot Ci przebiegł poklawiaturze?
Zupełnie nie. Co to w ogóle jest? Co to znaczy
(! is empty)
? albo
if suma=suma+a
?
I co to za operator &s?