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

^^
This commit is contained in:
Oleksandr Hryshchenko 2021-04-01 13:24:09 +00:00
parent 485f9e1056
commit c67863fa4b

View File

@ -16,6 +16,7 @@ int main(){
bool equals = false;
for(int i = 0; fgets(input, 100, stdin) != NULL; i++){
if(!input || !strcmp(input, "") || input[0] == EOF) break;
counter = 0;
operation = 0;
equals = false;