Изменить 'du4/program.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-04-01 15:05:13 +00:00
parent 7a952879db
commit c27fd811f9

View File

@ -48,7 +48,7 @@ int main() {
default:
if (isdigit(symbol) || symbol == '.'){
if (operation == 0)
strcat(number1, symbol+"");
strcat(number1, symbol+"");
else if(!equals)
strcat(number2, symbol+"");
else