Initialization
This commit is contained in:
parent
0005449303
commit
2347edd3ac
@ -14,6 +14,7 @@ int main() {
|
||||
while (count < SIZE) {
|
||||
if (getchar() == '\n') {
|
||||
break;
|
||||
}
|
||||
if (scanf("%lf", &input) != 1) {
|
||||
printf(":(");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user