Initialization
This commit is contained in:
parent
b899236c04
commit
0ab2d2e3be
@ -11,7 +11,7 @@ int main() {
|
||||
double result = 0.0;
|
||||
|
||||
while (count < SIZE) {
|
||||
if (scanf("%lf", &input) != 1 || input == '\n') {
|
||||
if (scanf("%lf", &input) != 1) {
|
||||
if (scanf("%c", &input) == 1) {
|
||||
if (count == 0){
|
||||
printf("Nepodarilo sa nacitat zaklad x\n");
|
||||
|
Loading…
Reference in New Issue
Block a user