diff --git a/cv3/program.c b/cv3/program.c index 6f0359a..bdacbb1 100644 --- a/cv3/program.c +++ b/cv3/program.c @@ -32,20 +32,19 @@ int main() return 0; } for(int j=1; j='0'&&buffer[j]<='9') { continue; @@ -57,6 +56,7 @@ int reading_input(double *number){ buffer[j]='\0'; break; } + return 0; } if(buffer[0]=='\0'){