10
This commit is contained in:
parent
d249e90015
commit
0435c4e01d
@ -20,7 +20,7 @@ if(fgets(line, sizeof(line), stdin) == NULL) {
|
||||
if (sscanf(line, "%lf", &x) != 1) {
|
||||
|
||||
printf("Nepodarilo sa nacitat zaklad x\n");
|
||||
return 1;
|
||||
return 0;
|
||||
|
||||
}
|
||||
while (fgets(line, sizeof(line), stdin) != NULL)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user