Initialization
This commit is contained in:
parent
26e5008d4b
commit
d9b91d4804
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user