Initialization

This commit is contained in:
Kozar 2024-03-07 13:21:10 +01:00
parent 0b4e1647e5
commit a04d2b1d39

View File

@ -14,7 +14,7 @@ int main() {
while (count < SIZE) { while (count < SIZE) {
if (scanf("%lf", &input) != 1) { if (scanf("%lf", &input) != 1) {
if (scanf("%c", &input) == 1) { if (scanf("%c", &input) == 1) {
printf("123\n"); printf("Nepodarilo sa nacitat polynom na %d mieste.", count);
return 0; return 0;
} }
break; break;