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