Initialization
This commit is contained in:
parent
b72675d53d
commit
26e5008d4b
@ -13,6 +13,11 @@ int main() {
|
||||
|
||||
while (count < SIZE) {
|
||||
if (scanf("%lf", &input) != 1 && input != '\n') {
|
||||
if (input != EOF){
|
||||
printf("123");
|
||||
return 0;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user