Изменить 'du5/program.c'
This commit is contained in:
parent
677a3a082f
commit
70ecbcac84
@ -63,8 +63,8 @@ int main() {
|
||||
counter = 0;
|
||||
memset(number1, '\0', 25);
|
||||
memset(name, '\0', 25);
|
||||
if (symbol == '\n') break;
|
||||
symbol = inputs[i][counter++];
|
||||
if(symbol == '\n') break;
|
||||
while(symbol != '\0' && symbol != '\n'){
|
||||
if(isspace(symbol) && isdigit(inputs[i][counter-2]))
|
||||
symbol = inputs[i][counter++];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user