Изменить 'du4/program.c'
^^
This commit is contained in:
parent
3afe448e77
commit
0b06221f03
@ -74,7 +74,7 @@ int main() {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
LABEL:
|
|
||||||
switch(operation){
|
switch(operation){
|
||||||
case 1:
|
case 1:
|
||||||
if(strtof(number1, &ptr) != roundf(strtof(number1, &ptr)))
|
if(strtof(number1, &ptr) != roundf(strtof(number1, &ptr)))
|
||||||
@ -103,6 +103,8 @@ int main() {
|
|||||||
default:
|
default:
|
||||||
printf("CHYBA\n");
|
printf("CHYBA\n");
|
||||||
}
|
}
|
||||||
|
LABEL:
|
||||||
|
i = i;
|
||||||
}
|
}
|
||||||
|
|
||||||
free(input);
|
free(input);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user