Initialization

This commit is contained in:
Kozar 2024-03-07 12:54:17 +01:00
parent 26e5008d4b
commit d9b91d4804

View File

@ -13,7 +13,7 @@ int main() {
while (count < SIZE) { while (count < SIZE) {
if (scanf("%lf", &input) != 1 && input != '\n') { if (scanf("%lf", &input) != 1 && input != '\n') {
if (input != EOF){ if (input != EOF && input != '\n'){
printf("123"); printf("123");
return 0; return 0;
} }