Изменить 'du4/program.c'
^^
This commit is contained in:
parent
485f9e1056
commit
c67863fa4b
@ -16,6 +16,7 @@ int main(){
|
|||||||
bool equals = false;
|
bool equals = false;
|
||||||
|
|
||||||
for(int i = 0; fgets(input, 100, stdin) != NULL; i++){
|
for(int i = 0; fgets(input, 100, stdin) != NULL; i++){
|
||||||
|
if(!input || !strcmp(input, "") || input[0] == EOF) break;
|
||||||
counter = 0;
|
counter = 0;
|
||||||
operation = 0;
|
operation = 0;
|
||||||
equals = false;
|
equals = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user