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

This commit is contained in:
Oleksandr Hryshchenko 2021-03-06 23:55:59 +00:00
parent bbb4e03a1a
commit 6aaaee380f

View File

@ -17,7 +17,7 @@ int main () {
x = atoi (BMW); x = atoi (BMW);
} }
else { else {
numbers [i] = atoi [BMW]; numbers [i] = atoi (BMW);
} }
} }
int result = 0; int result = 0;