Initialization

This commit is contained in:
Kozar 2024-03-07 12:53:01 +01:00
parent b72675d53d
commit 26e5008d4b

View File

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