refresh
This commit is contained in:
parent
b4e060411c
commit
e89f603150
@ -41,7 +41,8 @@ int main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (sscanf(buffer, "%lf", &coef) != 1) {
|
if (sscanf(buffer, "%lf", &coef) != 1) {
|
||||||
return 1;
|
printf("Nepodarilo sa nacitat polynom na %d mieste.\n", count + 1);
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
cof[count] = coef;
|
cof[count] = coef;
|
||||||
count++;
|
count++;
|
||||||
|
BIN
du2/program.exe
BIN
du2/program.exe
Binary file not shown.
Loading…
Reference in New Issue
Block a user