Initialization
This commit is contained in:
parent
0b4e1647e5
commit
a04d2b1d39
@ -14,7 +14,7 @@ int main() {
|
||||
while (count < SIZE) {
|
||||
if (scanf("%lf", &input) != 1) {
|
||||
if (scanf("%c", &input) == 1) {
|
||||
printf("123\n");
|
||||
printf("Nepodarilo sa nacitat polynom na %d mieste.", count);
|
||||
return 0;
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user